I wonder if its possible to change the description of one category to be just after the products. Example here: http://www.theprinterdepo.com/refurbished-printers/monochrome-laser-refurbished-printers
I suppose there is one phtml file somewhere that I could change easily for this
I found the file, and the code is as follow
<?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; ?>
Howver the getCurPage gives an error