Magento - 显示“追加销售”带有分组产品缩略图的缩略图

发布于 2024-10-17 17:24:18 字数 292 浏览 2 评论 0原文

我想显示带有分组产品缩略图的“追加销售”产品的缩略图,以及指向特定“追加销售”产品的链接。

它将像颜色选择器一样使用(例如 T 恤)。

这张图片解释了我的屏幕应该如何...

http://www .fragento.org/images/fbfiles/images/produit_groupe.jpg

非常感谢。

I want to show the thumbnails of the "up-sells" products with grouped product thumbnails, with a link to the specific "up-sells" product.

It will be used like a color selector (for t-shirts for example).

This picture explain a little bit how should be my screen...

http://www.fragento.org/images/fbfiles/images/produit_groupe.jpg

Thanks a lot.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

善良天后 2024-10-24 17:24:18

如果我正确理解了问题,您可以检查产品的类型,然后将以下内容更改

<?php echo $this->helper('catalog/image')->init($_link, 'small_image')->resize(125)

<?php echo $this->helper('catalog/image')->init($_link, 'thumbnail')->resize(125)

If I am understanding the question correctly you could check to see what type the product is and then change the following

<?php echo $this->helper('catalog/image')->init($_link, 'small_image')->resize(125)

to

<?php echo $this->helper('catalog/image')->init($_link, 'thumbnail')->resize(125)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文