PHP Magento主产品图像切换器

Posted

tags:

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

replace:

<a href="#" onclick="popWin('<?php echo $this->getGalleryUrl($_image) ?>', 'gallery', 'scrollbars=yes,width=300,height=300,resizable=yes');return false;">
  <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()) ?>"/>
</a> 

with:

<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;">
  <!-- The below should remain the same as before -->
  <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()) ?>"/>
</a>

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

[转]magento2项目上线注意事项 切换到产品模式

自定义Magento产品PHP copy imagepng无法写入文件夹

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

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

在 Magento 中获取基本产品图像

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