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; ?>
你上面的代碼似乎是正確的,你嘗試做一個reindex和清除緩存? –