Re: Shopping Carts

This WebDNA talk-list message is from

2000


It keeps the original formatting.
numero = 32291
interpreted = N
texte = I've got it all up and running so that they can now save the cart and it moves it from ShoppingCarts into SavedCarts, now when they come back, will I be better off to move it back, or can the cart be processed while it stays in SavedCarts?The scenarios would be that they would come back to the cart to either change its contents, or to make a purchase.Thanks.On Thursday, May 25, 2000, Kenneth Grome wrote: >>Am I right in assuming that everytime someone visits a Webcat site, >>a new file is created in the ShoppingCarts folder? > >Yes. > > >>How long do these files live for? > >24 hours, more or less. > > >>I'm putting together an option on our site where people can store >>shopping carts and come back to them whenever they wish, obviously >>the files stored in ShoppingCarts are perfect for this, but I need >>them to stay around for 7 days. >> >>Is there any other easy way to do this? >>I guess we could build an option which said store this cart, and >>create a bit of WebDNA that stored that cart somehwere else, but how >>would we read it back into the system again? > >You can move the cart out of the ShoppingCarts folder via [movefile] >while the shopper is gone, then move it back into that folder when >the shopper returns again ... > > >================================ >Kenneth Grome, WebDNA Consultant >808-737-6499 http://webdna.net >================================ > > > >------------------------------------------------------------- >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://search.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://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: emptying shopping carts and orders folder ( Donovan Brooke 2004)
  2. Re: emptying shopping carts and orders folder ( "Paul Berman" 2004)
  3. Re: emptying shopping carts and orders folder ( Donovan Brooke 2004)
  4. Re: emptying shopping carts and orders folder ( "Paul Berman" 2004)
  5. Re: emptying shopping carts and orders folder ( John Peacock 2004)
  6. Re: emptying shopping carts and orders folder ( "Paul Berman" 2004)
  7. Re: emptying shopping carts and orders folder ( Donovan Brooke 2004)
  8. Re: emptying shopping carts and orders folder ( "Paul Berman" 2004)
  9. Re: 5.0: Blank shopping carts & other weirdness (WJ Starck 2003)
  10. Re: 5.0: Blank shopping carts & other weirdness (John Peacock 2003)
  11. 5.0: Blank shopping carts & other weirdness (WJ Starck 2003)
  12. Re: Cross domains Shopping Carts (Jay Van Vark 2003)
  13. Re: Cross domains Shopping Carts (Stuart Tremain 2003)
  14. Re: Cross domains Shopping Carts (Roberto Bazzano 2003)
  15. Re: Cross domains Shopping Carts (Gary Krockover 2003)
  16. Re: Cross domains Shopping Carts (Donovan 2003)
  17. Re: Cross domains Shopping Carts (marc@kaiwi.com (Marc Kaiwi) 2003)
  18. Cross domains Shopping Carts (Roberto Bazzano 2003)
  19. Re: Shopping Carts (Mark Derrick 2000)
  20. Re: Shopping Carts (John Butler 2000)
  21. Re: Shopping Carts (John Butler 2000)
  22. Re: Shopping Carts (Brian Dumont 2000)
  23. Re: Shopping Carts (Mark Derrick 2000)
  24. Re: Shopping Carts (Mark Derrick 2000)
  25. Re: Shopping Carts (Kenneth Grome 2000)
  26. Shopping Carts (Mark Derrick 2000)
  27. Re: Shopping Carts folder does not exist in Linux (John Peacock 2000)
  28. Shopping Carts folder does not exist in Linux (John Winningham 2000)
  29. Re: Cleaning up all the shopping carts (Nicolas Verhaeghe 2000)
  30. Re: Cleaning up all the shopping carts (Brian Boegershausen 2000)
  31. Re: Cleaning up all the shopping carts (John Butler 2000)
  32. Re: Cleaning up all the shopping carts (John Butler 2000)
  33. Re: Cleaning up all the shopping carts (Brian Boegershausen 2000)
  34. Cleaning up all the shopping carts (Britt T. 2000)
  35. Re: Empty Shopping Carts? (Rob Marquardt 1998)
  36. Re: Empty Shopping Carts (PCS Technical Support 1998)
  37. Re: Empty Shopping Carts (Brian Drum 1998)
  38. Re: Empty Shopping Carts? (Kenneth Grome 1998)
  39. Re: Empty Shopping Carts? (Grant Hulbert 1998)
  40. Re: Empty Shopping Carts? (Michael Winston 1998)
  41. Re: Empty Shopping Carts? (PCS Technical Support 1998)
  42. Empty Shopping Carts? (Brian Drum 1998)
  43. Reloading Shopping Carts (Chris W. 1998)
  44. Re: Reloading Shopping Carts (Sandra L. Pitner 1998)
  45. 2.0.1: Shopping Carts deleted after 1 hour (Grant Hulbert 1997)
  46. Re: different ship dates and shopping carts -- how to? (Kenneth Grome 1997)
  47. Re: different ship dates and shopping carts -- how to? (Sandra L. Pitner 1997)
  48. Re: different ship dates and shopping carts -- how to? (Grant Hulbert 1997)
  49. Re: different ship dates and shopping carts -- how to? (Kenneth Grome 1997)
  50. different ship dates and shopping carts -- how to? (Sandra L. Pitner 1997)
  51. Re: Shopping carts and reloading pages (Stephanie Wright 1997)
  52. Re: Shopping carts and reloading pages (Grant Hulbert 1997)
  53. Shopping carts and reloading pages (Stephanie Wright 1997)
I've got it all up and running so that they can now save the cart and it moves it from ShoppingCarts into SavedCarts, now when they come back, will I be better off to move it back, or can the cart be processed while it stays in SavedCarts?The scenarios would be that they would come back to the cart to either change its contents, or to make a purchase.Thanks.On Thursday, May 25, 2000, Kenneth Grome wrote: >>Am I right in assuming that everytime someone visits a Webcat site, >>a new file is created in the ShoppingCarts folder? > >Yes. > > >>How long do these files live for? > >24 hours, more or less. > > >>I'm putting together an option on our site where people can store >>shopping carts and come back to them whenever they wish, obviously >>the files stored in ShoppingCarts are perfect for this, but I need >>them to stay around for 7 days. >> >>Is there any other easy way to do this? >>I guess we could build an option which said store this cart, and >>create a bit of WebDNA that stored that cart somehwere else, but how >>would we read it back into the system again? > >You can move the cart out of the ShoppingCarts folder via [movefile] >while the shopper is gone, then move it back into that folder when >the shopper returns again ... > > >================================ >Kenneth Grome, WebDNA Consultant >808-737-6499 http://webdna.net >================================ > > > >------------------------------------------------------------- >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://search.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://search.smithmicro.com/ Mark Derrick

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:

affiliate marketing program (1998) shipcost (1997) Emailer Timing out (1999) WebMerchant 2.1.2 (1998) protect tag not working (1998) OT: Site Test (2006) Redirect (2000) $purchase WITHOUT creditcar (1997) Fun with dates (1997) Authenticate (1997) Just Started (1998) Scientific Notation Problem (2001) [group] ? (1997) WebCat2b12 - nesting [tags] (1997) ShipTo Countries (2006) WebCat2b13MacPlugIn - More limits on [include] (1997) Question about replacing words (1998) flushdatabases (1997) emailer w/F2 (1997) Protect (1997)