Magento 1.8 - 需要在类别页面中显示类别描述

时间:2013-12-12 23:14:48

标签: magento categories

我是Magento nube,很难显示类别说明。

我已经包含了下面的代码,非常感谢任何帮助。

<?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

1 个答案:

答案 0 :(得分:0)

如果您没有类别实例,可以尝试。

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