0
我跟着下面的教程將自定義屬性添加到我的Magento類別: http://www.atwix.com/magento/add-category-attribute/Magento - 在類別頁面上打印類別屬性?
它似乎已經做了文本字段顯示在後臺,我可以看到在數據庫(eav_attribute)的屬性。
問題是我無法獲得在前端顯示的屬性。我已經將本教程中建議的代碼添加到了view.phtml中,但沒有奏效。
我也曾嘗試
if($_category->getCustomAttribute()) {
echo $_category->getCustomAttribute();
}
任何想法得到這個在Magento 1.7顯示?