【发布时间】:2012-01-24 08:21:30
【问题描述】:
我想知道是否可以将一个类别的描述更改为紧随产品之后。 这里的例子: http://www.theprinterdepo.com/refurbished-printers/monochrome-laser-refurbished-printers
我想某处有一个 phtml 文件,我可以很容易地为此更改
我找到了文件,代码如下
<?php if($_description=$this->getCurrentCategory()->getDescription()): ?>
<div class="category-description std">
<?php
//$currentPage = $this->getCollection()->getCurPage();
echo $_helper->categoryAttribute($_category, $_description, 'description')
?>
</div>
<?php endif; ?>
getCurPage 怎么报错
【问题讨论】:
标签: php magento magento-1.4