【发布时间】:2013-12-13 13:07:23
【问题描述】:
我是 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; ?>
【问题讨论】:
-
您上面的代码似乎正确,您是否尝试过重新索引并清除缓存?
标签: magento categories