Magento 1.9 - zoom and selecting options not working

时间秒杀一切 提交于 2019-12-12 01:27:05

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!