Magento 1.9

编程入门 行业动态 更新时间:2024-10-15 08:20:27
本文介绍了Magento 1.9-缩放和选择选项不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在magento 1.9上构建一个新网站,在产品视图上,缩放和选择选项不起作用.我在互联网上搜索了几个小时,发现这可能是一个jquery错误.但是由于我不习惯使用javascript/jquery,所以我不知道该在哪个文件中进行编辑或将无冲突代码放在何处.

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?

www.directupload/file/d/3932/96z7gdjg_jpg.htm

预先感谢

推荐答案

在您的代码库中搜索jQuery.

Search your codebase for jQuery.

将所有实例替换为以下内容:(根据您的喜好定制)

Replace all instances with the following: ( tailor to your preference )

<script src="//code.jquery/jquery-1.11.2.min.js"></script> <script>jQuery.noConflict();</script>

更多推荐

Magento 1.9

本文发布于:2023-11-02 00:17:55,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1550822.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:Magento

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!