Я хочу добавить имя производителя в список категорий. Нашел эту ветку, http://www.magentocommerce.com/boards/viewthread/1610/P15/#t42109, но я не могу заставить ее работать.
В catalog.xml я добавил
<action method="addAttribute"><attribute>manufacturer</attribute></action>
после
<block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
в обоих разделах
<catalog_category_default translate="label">
и
<catalog_category_layered translate="label">
В моем list.phtml я пробовал
echo $_product->getAttributeText('manufacturer');
который дал пустой результат
и
echo $_product->getResource()->getAttribute('manufacturer')->getFrontend()->getValue($_product);
который дал результат "Нет"
Я использую версию 1.5.1.0