Magento - 目录布局

时间:2012-12-28 15:14:08

标签: magento layout anchor

我使用list.phtml修改了我的magento目录页面,在产品名称旁边添加了制造商名称。现在,这适用于将“锚点”设置为“否”的所有类别。它不会显示将“锚点”设置为“是”的类别中的更改。你能帮我解决这个问题。

感谢。

2 个答案:

答案 0 :(得分:1)

锚点和非锚点类别的布局在这里看起来不同:

<catalog_category_default> 

<catalog_category_layered> 
在catalog.xml中

也许你的模板只使用非锚定list.phtml并回退到锚类别的基础/默认值?

答案 1 :(得分:0)

在list.phtml中我添加了制造商

<?php echo $_helper->productAttribute($_product, $_product->getAttributeText('manufacturer'),'name') ?> - <?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a>