我正在使用Magento Moo_CloudZoom插件进行产品缩放功能。基本图像很好地缩小。
但是当您单击基本图像时,产品图库在弹出窗口中打开,我想禁用图库图像弹出窗口。 任何人都可以帮我解决这个问题。
由于
答案 0 :(得分:0)
转到此位置模板\ moo \ catalog \ product \ view \ media.phtml
评论第63行的内容,删除点击图片的通知
并评论第69行的内容 即一个
$_img = '<img src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(265).'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
echo $_helper->productAttribute($_product, $_img, 'image');
答案 1 :(得分:0)
有同样的问题..
转到。 skin / frontend / wc / default / js / cloud-zoom.1.0.2.min.js并在js文件中注释以下行
$mouseTrap.unbind('click').bind('click', function() { var a = $(this).prev('a'); var l = a.attr('data-lightbox'); if (l != null) { a.trigger('click'); return; } var t = a.attr('gallery'); if (t == '') { return; } popWin(t, 'gallery', 'width=300,height=300,left=50,top=50,location=no,status=yes,scrollbars=yes,resizable=yes'); });
这将保留悬停在所需图像上并禁用onclick事件