Shopping Cart Solution
Posted: Fri Sep 06, 2002 6:18 am
I have found a solution for my shopping cart.
I am still storing all the item info in the mySQL db but instead of using the ip address, I am generating a unique code and storing it in a cookie. The cookie is stored for 40 days so all the items in the cart are saved if the user leaves and then comes later.
If anyone has any other comments please let me know.
Thanks for your help.
Tom
I am still storing all the item info in the mySQL db but instead of using the ip address, I am generating a unique code and storing it in a cookie. The cookie is stored for 40 days so all the items in the cart are saved if the user leaves and then comes later.
If anyone has any other comments please let me know.
Thanks for your help.
Tom