Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stuck loading #3

Open
bloggerpact opened this issue Dec 24, 2017 · 1 comment
Open

Stuck loading #3

bloggerpact opened this issue Dec 24, 2017 · 1 comment

Comments

@bloggerpact
Copy link

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants