Signature not needed
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
My site: http://www.thesweettease.com/
I want my home page to display my new products. As you can see there is a tab for the new products but they don't display unless you actually click the NEW tab. Can someone tell me how to get them to display automatically without having to click on the tab? Thanks a million!
Take a look at this thread:
http://wwhttp://www.zen-cart.com/sho...72#post1134272
Thanks,
Anne