Re: Error: this shopping cart has already been submitted and

This WebDNA talk-list message is from

2006


It keeps the original formatting.
numero = 66991
interpreted = N
texte = [showif [url][lookup db=WebMerchant/Orders.db&lookInField=cart&value=[cart]&returnField=cart][/url]=[cart]] [redirect url=default.tpl] [/showif] On Tue, 2 May 2006 21:56:07 +0200 "paul" wrote: > We are having the same problem, I cannot find orders.db but the order is > usually in the orders folder, does someone have a link to the code? > > Google is causing this issue for us, the entries have cart numbers on many > links so the 2nd purchase fails > > Help apprecited > > Thanks > Paul > ----- Original Message ----- >From: > To: "WebDNA Talk" > Sent: Tuesday, May 02, 2006 5:58 PM > Subject: Re: Error: this shopping cart has already been submitted and been > approved > > >> On Tue, 2 May 2006 09:43:25 -0400 >> David Cate wrote: >> >Hello, >> > >> >We're having a real problem with the WebDNA Storebuilder >> >preventing shoppers from buying products. >> > >> >I've seen this discussed on the list back in 2004, but >> >I'm not certain if there was a fix, but we're in a dire >> >need for at least a few directions. >> > >> >I've tested this as well and it seems during the checkout >> >something is happening that makes the user believe they >> >have already ordered the product, which they haven't. >> >This happens just after they enter their general data >> >and before the credit card auth page. >> > >> >Error: this shopping cart has already been submitted and >> >been approved >> > >> >Previous threads suggest this, but I'm not sure what it >> >means by looking in the store directory. Can someone >> >advise? >> > >> >Thanks. >> > >> >David >> >> >> Hi David, people are bookmarking your site (probably) and >> trying to purchase with a used cart. It is a classic issue >> with the passed session in a variable, and easily fixed >> with a small amount of code. I am not in my office right >> now but I'm sure I've posted a link to a page with the >> code. You could probably find it in the archives. >> >> Basically, you do a lookup to your orders.db on every >> page. If a cart number exists already, redirect to your >> home page. This causes the user to start fresh before they >> have added anything to the cart. >> >> - Donovan >> >> P.S. that is probably the issue.. but other things, such >> as a hard coded CART number, can cause this message as >> well. >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to > >> Web Archive of this list is at: http://webdna.smithmicro.com/ >> > > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Error: this shopping cart has already been submitted and ( Donovan Brooke 2006)
  2. Re: Error: this shopping cart has already been submitted and ( "paul" 2006)
  3. Re: Error: this shopping cart has already been submitted and ( Donovan Brooke 2006)
  4. Re: Error: this shopping cart has already been submitted and ( devaulw@onebox.com 2006)
  5. Re: Error: this shopping cart has already been submitted and ( "paul" 2006)
  6. Re: Error: this shopping cart has already been submitted and ( devaulw@onebox.com 2006)
  7. Re: Error: this shopping cart has already been submitted and ( "paul" 2006)
  8. Re: Error: this shopping cart has already been submitted and ( "Dan Strong" 2006)
  9. Re: Error: this shopping cart has already been submitted and ( "paul" 2006)
  10. Re: Error: this shopping cart has already been submitted and ( 2006)
  11. Re: Error: this shopping cart has already been submitted and ( devaulw@onebox.com 2006)
  12. Error: this shopping cart has already been submitted and been ( David Cate 2006)
[showif [url][lookup db=WebMerchant/Orders.db&lookInField=cart&value=[cart]&returnField=cart][/url]=[cart]] [redirect url=default.tpl] [/showif] On Tue, 2 May 2006 21:56:07 +0200 "paul" wrote: > We are having the same problem, I cannot find orders.db but the order is > usually in the orders folder, does someone have a link to the code? > > Google is causing this issue for us, the entries have cart numbers on many > links so the 2nd purchase fails > > Help apprecited > > Thanks > Paul > ----- Original Message ----- >From: > To: "WebDNA Talk" > Sent: Tuesday, May 02, 2006 5:58 PM > Subject: Re: Error: this shopping cart has already been submitted and been > approved > > >> On Tue, 2 May 2006 09:43:25 -0400 >> David Cate wrote: >> >Hello, >> > >> >We're having a real problem with the WebDNA Storebuilder >> >preventing shoppers from buying products. >> > >> >I've seen this discussed on the list back in 2004, but >> >I'm not certain if there was a fix, but we're in a dire >> >need for at least a few directions. >> > >> >I've tested this as well and it seems during the checkout >> >something is happening that makes the user believe they >> >have already ordered the product, which they haven't. >> >This happens just after they enter their general data >> >and before the credit card auth page. >> > >> >Error: this shopping cart has already been submitted and >> >been approved >> > >> >Previous threads suggest this, but I'm not sure what it >> >means by looking in the store directory. Can someone >> >advise? >> > >> >Thanks. >> > >> >David >> >> >> Hi David, people are bookmarking your site (probably) and >> trying to purchase with a used cart. It is a classic issue >> with the passed session in a variable, and easily fixed >> with a small amount of code. I am not in my office right >> now but I'm sure I've posted a link to a page with the >> code. You could probably find it in the archives. >> >> Basically, you do a lookup to your orders.db on every >> page. If a cart number exists already, redirect to your >> home page. This causes the user to start fresh before they >> have added anything to the cart. >> >> - Donovan >> >> P.S. that is probably the issue.. but other things, such >> as a hard coded CART number, can cause this message as >> well. >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to > >> Web Archive of this list is at: http://webdna.smithmicro.com/ >> > > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ "Dan Strong"

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Location of Browser Info.txt file (1997) Referrer field to header field conversion (1997) Generating unique SKU from [cart] - FIXED! (1997) Feature Request (1999) Need help... (1997) WebCatalog NT beta 18 problem (1997) WebCat2: multiple currency support (1997) Remove WebDNA context (2001) Stumpted Again (1997) Re[2]: searches with dash, period etc. (back form politenes (2000) autocommit problem (1998) Re1000001: Setting up shop (1997) Sendmail on OSX/Communigate Pro (2002) Mac v. NT (1998) Searching using numbers (1998) Download capabilities (1997) Webstar 1.3.1 PPC (1997) Not carrying Zero (2000) [include] (1998) quantity minimum problem (1997)