【问题标题】:how to retrieve the image product in the list of sub-product ( select form ) of a bundle product如何在捆绑产品的子产品列表(选择表单)中检索图像产品
【发布时间】:2011-02-05 05:59:42
【问题描述】:

我可以在捆绑产品的子产品列表(选择表单)中检索缩略图产品吗?如何更改查询?

【问题讨论】:

标签: image magento thumbnails bundle


【解决方案1】:

实际上有很多方法可以做到这一点,但这个可能会有所帮助:

<?php $src = $this->helper('catalog/image')->init($_item, 'thumbnail')->resize(125); ?>
<img src='<?php print $src; ?>' />

如果这不起作用,您可能需要检查以确保子项已加载“缩略图”字段。试试:

<?php print $_item->getThumbnail(); ?>

如果你仍然没有运气,请告诉我。

谢谢, 乔

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-06-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多