问题
I am building a new website on magento 1.9 and on the product view the zoom and selecting options is not working. I searched hours in the internet and found it could maybe be a jquery error. But as im not used to javascript/jquery I have no idea in which file I have to edit or where to put the noconflict code.
Can someone please take a look at the console errors and explain to me in which file I have to add the no conlict code?
http://www.directupload.net/file/d/3932/96z7gdjg_jpg.htm
Thanks in advance
回答1:
Search your codebase for jQuery.
Replace all instances with the following: ( tailor to your preference )
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script>jQuery.noConflict();</script>
来源:https://stackoverflow.com/questions/29165913/magento-1-9-zoom-and-selecting-options-not-working