Forum Moderators: buckworks
I have two main choices for shopping carts:
A client-side solution with Javascript and cookies
-- OR --
A server-side solution using session IDs in query strings (or cookies, I guess) and a database.
I really like the transparency of the JS/cookie solution as it allows great SE visibility. Downside, of coure is if the user has JS/cookies disabled. But is this really a current problem? Seems like most casual users (casual customers) don't know how to turn off either in IE.
What do the experts think?
Thanks!