Quote Originally Posted by shags38 View Post
Thanks for your help however there are a number of folders with that file name in them and I looked in a couple of folders with that file and there is nowhere to modify 'category description' in the file content. So which specific folder is the file in that you modified?? FOLDER???/tpl_product_info_display.php

cheers,
Mike
OK - I have sorted it in includes/templates/abbington_mega/templates/tpl_index_product_list.php and found the below code at line 100;

<?php
// categories_description_sub
if ($current_categories_description_sub != '') {
?>
<a name="descSub"></a>
<div id="categoryDescriptionSub" class="catDescContent"><?php echo $current_categories_description_sub; ?></div>
<?php } // categories_description_sub ?>

I copied and pasted that (above) code to just below this (below) code near bottom of page at line 205;

<?php
$show_display_category->MoveNext();
} // !EOF
?>

Then deleted the code I copied at line 100 - works an absolute treat !! :) see example of Harmony Balls category page at http://dazzlers.net.au/index.php?mai...index&cPath=14

cheers,
Mike