jeffharrell / minicart

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

Doesn't work with rails #279

Open robyedlin opened 9 years ago

robyedlin commented 9 years ago

minicart.js and turbolinks in rails are not compatible.

One workaround is to turn off turbolinks on any page with a minicart, and to wrap the paypal.minicart.render() call in a document.ready so it doesn't try to create elements on every page change.