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:
HELP! 10K hits per hour for pages that no longer exist! (2000)
Re:Emailer Set Up (1997)
Generating Options for a Form. (1997)
[PHP3] php vs WebCatalog (2000)
lookup command (1997)
WebCatalog 4.0 has been released! (2000)
WebCat2b12 - nesting [tags] (1997)
Searchable WebCat (etc.) Docs ? (1997)
searchable list archive (1997)
Javascript and Search Results (1998)
More on the email templates (1997)
docs for WebCatalog2 (1997)
rounding onlu UP (2002)
method of payment (1997)
multi-paragraph fields (1997)
carriage returns in data (1997)
relogin same user? (1998)
Sorting by date (1997)
A little syntax help (1997)
Re:[ShowIf] and empty fields (1997)