jeffharrell / minicart

The minicart is a great way to improve your PayPal shopping cart integration.
MIT License
501 stars 209 forks source link

cookiePath on localStorage #185

Closed longuniquename closed 10 years ago

longuniquename commented 10 years ago

There is no way to set separate carts storages in new browsers while cookiePath is OK for IE. Even if you set name param in config it is used only for DOM creation, but not as localStorage key.

jeffharrell commented 10 years ago

Interesting catch. Are you using multiple carts on the same domain? This doesn't appear to be a use case up until now. Let me see what I can do.

longuniquename commented 10 years ago

tnx, I'll try it today