wojodesign / simplecart-js

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

Add to cart Ipad 3 ios 7 not working #431

Open flody opened 10 years ago

flody commented 10 years ago

simpleCart.add is not working.

I've tested it on the demo on simplecartjs.org and add to cart does nothing.

Tested with ipad 3rd gen / Ios 7.0.3 / Safari.

It works on chrome.

Any suggestions?

tones95 commented 10 years ago

I am also having issues with iPad / iOS 7.0 / Mobile Safari. For some reason you try to add to cart and nothing happens. I can't personally reproduce this error with my iPad running iOS 7 but I have been on the phone today with countless people who are having this issue. Terribly frustrating if anyone has a clue as to where to start this would be greatly appreciated.

flody commented 10 years ago

Any news about this issue? @tones95 did you find a solution?

tones95 commented 10 years ago

Yes, it turned out to be a problem with LocalStorage. If a user had their browser set it Private mode, SimpleCart cannot store the cart. We added code to fallback to cookies and this resolved the issue.

Tony

On Jun 26, 2014, at 4:12 AM, Florian Rodriguez notifications@github.com wrote:

Any news about this issue? @tones95 did you find a solution?

— Reply to this email directly or view it on GitHub.

tzwaeaen commented 9 years ago

@tones95 "We added code to fallback to cookies and this resolved the issue."

I tried it on iOS 8 in private mode, doesn't work. Normal mode works :-(