I am using h1 to describe the category on the product pages, but there is also a category discription under my category image, that I would like to remove. I thought that by comment out the following code:
/* <?php
// categories_description
if ($current_categories_description != '') {
?>
<div id="indexProductListCatDescription" class="content"><?php echo $current_categories_description; ?></div>
<?php } // categories_description ?> */
in the tpl_index_product_list.php, my problem would be solved, but alas, it has not. Has anyone any suggestions how I may perform this disappearing act?
my url is www.edsbeejuice.com
Thanks to all in advance!!



