shopping basket
Posted: Wed Sep 03, 2008 4:36 am
Hey guys, whats the best way to make a shopping basket?
is it add all the items that the user wants in a database with their session Id?
or add every item to a session?
i can do the database way no problem but if a user adds stuff to the basked and then goes of the site, the data will not delete but if the items are in their session then they will clear automatic..
plz tell me best way and how to add multiple items to a session
Thank you
is it add all the items that the user wants in a database with their session Id?
or add every item to a session?
i can do the database way no problem but if a user adds stuff to the basked and then goes of the site, the data will not delete but if the items are in their session then they will clear automatic..
plz tell me best way and how to add multiple items to a session
Thank you