Hi peoples,
I watched around here and on internet for an answer to my question but couldn't find any.
I would like to display the category description after the products display
I found this post but it seems to be different than what I'd like to do.
The files you need to edit are in:
includes / templates / template_default / templates ...... and then look for: tpl_product_info_display
Find this line:
<!--eof Product details list -->
Copy and paste your product description under it:
<!--bof Product description -->
<?php if ($products_description != '') { ?>
<div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
<?php } ?>
<!--eof Product description -->
Would somebody have a solution?
Thank you.



