2013-09-26 89 views

回答

1

也許this free extension會幫助你。

我使用它在Magento的1.9

案例:在後臺我創建了Attributecode屬性:category_custom_attribute

要顯示的類別:編輯/應用程序/設計/前端/你的模板/你的模板/template/catalog/category/view.phtml

<?php $category = Mage::registry('current_category'); ?> 
<?php $CatCustomAttribute = $category->getCategory_custom_attribute(); ?> 
<?php echo $CatCustomAttribute; ?>