2013-12-12 105 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()?>