Category Description Position
Hi there,
Does anybody know how to move the category descriptions to appear below the product thumbs? I've located the smarty statement in the correct template and have managed to delete the text block, but can't work out how to move it to below the product listing grid...
The template file is:
skin1/customer/main/subcategories.tpl
and the bit of code that holds the description is:
{if $current_category.description ne ""}
<div class="subcategory-descr">{$current_category.description}</div>
{/if}
I've tried putting this inside it's own div and moving that to below the category isting without success - it stays at the top of the content area no matter what?
Any help is greatly apreciated...
__________________
xcart v4.3.1
|