【问题标题】:Magento configurable swatch (1.9.1 native) not switching image in main product pageMagento 可配置样本(1.9.1 本机)未在主产品页面中切换图像
【发布时间】:2015-05-13 21:26:00
【问题描述】:

I couldn't figure what's wrong but the native configurable swatch no longer work, it won't change the product image when different option is selected.我已经尝试了目录页面选项并且它有效,只是主要产品页面。任何人都可以看看吗? http://store.yocupco.com/yogurtcups/16-oz-paper-yogurt-cups.html

谢谢!!

【问题讨论】:

    标签: magento


    【解决方案1】:

    确实与 IWD 的“Onepage check out”有冲突。但是,您不需要卸载它。 只需登录到管理面板,转到“系统”、“IWD 扩展”、“核心”并将“在前端启用 jQuery”设置为“否”。这适用于 Magento 1.9.1.1

    【讨论】:

      【解决方案2】:

      http://store.yocupco.com/skin/frontend/rwd/default/js/app.js文件中查找

      image.elevateZoom();

      替换成

      if (jQuery('.product-image').length == 0) { image.elevateZoom(); }

      【讨论】:

      • 您好,我将您的代码添加到app.js文件中,解决了图片不切换问题,但是缩放功能仍然丢失。经过多次尝试,我发现问题与名为“Onepage check out”的扩展程序相关,卸载它完全解决了问题。再次感谢您的帮助!
      猜你喜欢
      • 2019-10-12
      • 1970-01-01
      • 2016-02-01
      • 2012-08-15
      • 1970-01-01
      • 2011-07-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多