2013-12-12 176 views
0

我是Magento nube,難以獲取要顯示的類別描述。Magento 1.8 - 需要向類別頁面顯示類別描述

我已經包括下面的代碼和任何幫助將不勝感激。

<?php if($_description=$this->getCurrentCategory()->getDescription()): ?> 
<div class="category-description std">![enter image description here][1] 
    <?php echo $_helper->categoryAttribute($_category, $_description, 'description') ?> 
</div> 
<?php endif; ?> 

enter image description here

+0

你上面的代碼似乎是正確的,你嘗試做一個reindex和清除緩存? –

回答

0

如果你沒有類別實例你可以試試。

<?php echo Mage::registry('current_category')->getDescription()?>