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

This WebDNA talk-list message is from

2006


It keeps the original formatting.
numero = 66992
interpreted = N
texte = Hi Dan The orders.db file is empty, Error: this shopping cart has already been submitted and is pending approval is the message we are getting in the error log, where are these stored? I can use the same code just modified to wherever the message comes from Thanks Paul ----- Original Message ----- From: "Dan Strong" To: "WebDNA Talk" Sent: Tuesday, May 02, 2006 10:54 PM Subject: Re: Error: this shopping cart has already been submitted and been approved > [showif [url][lookup > db=WebMerchant/Orders.db&lookInField=cart&value=[cart]&returnField=cart][/ur l]=[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/ > ------------------------------------------------------------- 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)
Hi Dan The orders.db file is empty, Error: this shopping cart has already been submitted and is pending approval is the message we are getting in the error log, where are these stored? I can use the same code just modified to wherever the message comes from Thanks Paul ----- Original Message ----- From: "Dan Strong" To: "WebDNA Talk" Sent: Tuesday, May 02, 2006 10:54 PM Subject: Re: Error: this shopping cart has already been submitted and been approved > [showif [url][lookup > db=WebMerchant/Orders.db&lookInField=cart&value=[cart]&returnField=cart][/ur l]=[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/ > ------------------------------------------------------------- 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/ "paul"

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:

[returnraw] and form variables (1998) [WebDNA] includes with includes (2009) Re[2]: Next X hits (1996) Date stamp and purging (1998) Sendmail (1997) Running 2 two WebCatalog.acgi's (1996) Emailer choke (1997) This message couldn't reach the list! (1998) webcat NT with [dos] command (1997) Limiting user access to .tmpl files (1997) Press Release hit the NewsWire!!! (1997) Keep away (1997) Generating Report Totals (1997) WebCat2 several catalogs? (1997) [Sum] function? (1997) Last freebie (1998) virtual virtual hosted store.... (1998) SKU (1997) Error: Permision deny. (2005) Dreamweaver (2002)