Image 在类别产品中显示属性图像

Image 在类别产品中显示属性图像,image,list,magento,categories,Image,List,Magento,Categories,我已将此属性“品牌”的以下文件显示在产品页面中: brands.phtml-- adminhtml.xml-- config.xml-- system.xml-- data.php-- v1_brands.xml-- 此代码用于在产品页面中显示品牌,位于view.phtml中: <?php echo $this->getChildHtml('product_attributes_placeholder'); ?> 我想修改此选项以在每个产品的类别/主页中显示品牌形象,如

我已将此属性“品牌”的以下文件显示在产品页面中:

brands.phtml
--
adminhtml.xml
--
config.xml
--
system.xml
--
data.php
--
v1_brands.xml
--

此代码用于在产品页面中显示品牌,位于view.phtml中:

<?php echo $this->getChildHtml('product_attributes_placeholder'); ?> 

我想修改此选项以在每个产品的类别/主页中显示品牌形象,如下所示:


我尝试了更多的选择,但没有任何效果,我现在不知道该怎么办。我希望你明白我想要什么。。提前感谢

您是否已确保在magento管理员的属性选项中启用了“在产品列表中显示属性”

这将确保将属性加载到列表页/集合上使用的集合中,否则您将无法使用它:)