wojodesign / simplecart-js

A simple javascript shopping cart that easily integrates with your current website.
simplecartjs.org
1.79k stars 491 forks source link

Should work with cookie's and storage disabled. #275

Open mbbender opened 12 years ago

mbbender commented 12 years ago

I just downloaded this and started messing with it, but the functionality seems completely lost if you disable cookies. It's nice to persist in localstorage and such, but it seems that requiring cookies and storage is a bit to much. The cart would still work fine in a single page application without cookies/storage.

Also the demo store on simplecartjs.org doesn't work at all in IE.

brettwejrowski commented 12 years ago

Thanks for the info, could you point me to an example where it doesn't work without cookies?

mbbender commented 12 years ago

Just the demo on the simplecartjs.org page did not work for me in IE or with cookies disabled in any browser. I'm using a pretty standard configuration, Win 7, latest browsers.