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
Bookmarks