omnipartners / m1-ajax-add-to-cart

Unobtrusive Ajax Add to Cart extension for Magento
3 stars 3 forks source link

Stuck loading #3

Open bloggerpact opened 6 years ago

bloggerpact commented 6 years ago

Hey, @vuleticd @omnipartners I installed on dev server magento v1.9.3.7 using intenso theme and getting an error in console log

Uncaught ReferenceError: Minicart is not defined at Object.updateMinicart (ajax_add_to_cart.js:92) at Object.<anonymous> (ajax_add_to_cart.js:61) at k (jquery.js:24) at Object.fireWith [as resolveWith] (jquery.js:24) at c (jquery.js:25) at XMLHttpRequest.<anonymous> (jquery.js:27)

Please take a look http://139.59.89.227/index.php/women.html

vuleticd commented 6 years ago

This module, out of the box, supports only Magento's default rwd theme, as stated in README file. It's extending rwd theme minicart object from skin\frontend\rwd\default\js\minicart.js. Intenso theme is not loading that file, so the error is expected.

You would have to extend, either the theme or this module, to make them work together.