Magento主产品图像切换器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Magento主产品图像切换器相关的知识,希望对你有一定的参考价值。

--
  1. replace:
  2.  
  3. <a href="#" onclick="popWin('<?php echo $this->getGalleryUrl($_image) ?>', 'gallery', 'scrollbars=yes,width=300,height=300,resizable=yes');return false;">
  4. <img src="<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'thumbnail', $_image->getFile())->resize(70, 70); ?>" alt="<?php echo $this->htmlEscape($_image->getLabel()) ?>" title="<?php echo $this->htmlEscape($_image->getLabel()) ?>"/>
  5. </a>
  6.  
  7. with:
  8.  
  9. <a href="<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'image', $_image->getFile()); ?>" title="<?php echo $_product->getName();?>" onclick="$('image').src = this.href; return false;">
  10. <!-- The below should remain the same as before -->
  11. <img src="<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'thumbnail', $_image->getFile())->resize(70, 70); ?>" alt="<?php echo $this->htmlEscape($_image->getLabel()) ?>" title="<?php echo $this->htmlEscape($_image->getLabel()) ?>"/>
  12. </a>

以上是关于Magento主产品图像切换器的主要内容,如果未能解决你的问题,请参考以下文章

Magento 2:在产品缺货后切换“已售”标签的价格

哪个 magento 表包含产品图像名称?

在 Magento 中获取基本产品图像

架构丰富的代码片段也应该用于产品列表吗?

Magento - 图像和可配置样本的恒定产品尺寸

Magento 1.9 magmi 导入产品图像后,当该产品从管理员保存时,它会删除图像