Magento自定义主题可配置样本不切换图像

时间:2015-09-16 17:28:37

标签: javascript magento colors

我的magento自定义主题不是切换图像。 我在悬停在颜色上时看到这个错误:

Product.ConfigurableSwatches.onOptionOut    @   swatches-product.js:540
(anonymous function)    @   swatches-product.js:325
Object.extend.__method  @   prototype.js:391
responder   @   prototype.js:5598

我的网站urlhttp://www.viaflexcalcados.com.br/sandalia-usaflex-em-couro-com-tiras-102964.html

1 个答案:

答案 0 :(得分:0)

在你的app.js

<强>皮肤/前端/ novaworks / nova_bazien / JS / app.js

第1227行中的

错误。更改代码

        image.elevateZoom(settings);
    },
$j(".product-image-gallery").on("click", function(e) {
    var src = $j('.product-image img.visible').attr('src');
$j.fancybox(src);
});
    swapImage: function(targetImage) {
        targetImage = $j(targetImage);

   image.elevateZoom(settings);

   $j(".product-image-gallery").on("click", function(e) {
   var src = $j('.product-image img.visible').attr('src');
        $j.fancybox(src);
   });
},

swapImage: function(targetImage) {
    targetImage = $j(targetImage);