Re: passing cart value
This WebDNA talk-list message is from 2003
It keeps the original formatting.
numero = 52500
interpreted = N
texte = On 8/26/03 7:16 PM, "Brian Wachter"
wrote:> Can anyone recommend a better way to track a customer's cart value> throughout the site other than simply passing it along in the URL? I'm> wondering if there is a more elegant way of doing it where it's not> displayed in the URL. I suppose one way to do it is with a cookie, but I> could see this being problematic as well.> > Thanks,> BrianThose are pretty much your choices.Netcloak from maxum used to store form values per user for their session(still does). That is any form that was submitted would be retained as formvariables for the users session. No cookies or url funniness.You could reproduce the same thing BUT there was a catch. It was based on atimed event and IP number. Since IP number was not guaranteed unique itcould cause problems with proxy users such as aol or internal corporatenetworks.So basically, you have the url trick, the cookie way, or IP based... Eachsuccessively less reliable.I suppose you could compromise and have the cart stored in a db and youcould assign each new user some small and unique value (still being passedin the url). But that seems like a lot of trouble to go to just to have asmaller & less offensive url box.If you were really ambitious, you could code your site to attempt the cookieway and then use that if successful, otherwise defaulting to the urlpassing.HTHAlexAlex J McCombie New World MediaChief Information Officer Box 124888/892.6379 MartVille, NY 13111Alex@NewWorldMedia.com http://OurClients.comInterface Designer WebDNA Programmer Database Designer-------------------------------------------------------------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:
On 8/26/03 7:16 PM, "Brian Wachter" wrote:> Can anyone recommend a better way to track a customer's cart value> throughout the site other than simply passing it along in the URL? I'm> wondering if there is a more elegant way of doing it where it's not> displayed in the URL. I suppose one way to do it is with a cookie, but I> could see this being problematic as well.> > Thanks,> BrianThose are pretty much your choices.Netcloak from maxum used to store form values per user for their session(still does). That is any form that was submitted would be retained as formvariables for the users session. No cookies or url funniness.You could reproduce the same thing BUT there was a catch. It was based on atimed event and IP number. Since IP number was not guaranteed unique itcould cause problems with proxy users such as aol or internal corporatenetworks.So basically, you have the url trick, the cookie way, or IP based... Eachsuccessively less reliable.I suppose you could compromise and have the cart stored in a db and youcould assign each new user some small and unique value (still being passedin the url). But that seems like a lot of trouble to go to just to have asmaller & less offensive url box.If you were really ambitious, you could code your site to attempt the cookieway and then use that if successful, otherwise defaulting to the urlpassing.HTHAlexAlex J McCombie New World MediaChief Information Officer Box 124888/892.6379 MartVille, NY 13111Alex@NewWorldMedia.com http://OurClients.comInterface Designer WebDNA Programmer Database Designer-------------------------------------------------------------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/
Alex McCombie
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:
WC2.0 Memory Requirements (1997)
Wireless WebDNA available today! (2000)
WebCommerce: Folder organization ? (1997)
Orders.db Update (2003)
Shopping cart problem (2003)
SandBox and ImageMagick (2003)
Database cloning, or possible hack? (2003)
Great product and great job ! (1997)
Emailer problems solved (1997)
[OT] Search Engine Tips (2003)
Striping Characters (1998)
Sending Mail Confirmation (2002)
close to search (2001)
shipcost (1997)
Not really WebCat (1997)
Text data with spaces in them... (1997)
upload pictures any solution (1999)
getmimeheader host on my local machine (2003)
WebCatalog for Mac 2.0.1 Released (1997)
Why don't Typhoon & Firesite work together? (and webcat) (1998)