We have been asked to optimise a zen cart site but for some reason the category description no longer displays when you go into the categories
which file needs to be edited to help the category descriptions display again
thanks in advance
We have been asked to optimise a zen cart site but for some reason the category description no longer displays when you go into the categories
which file needs to be edited to help the category descriptions display again
thanks in advance
Could be a template thing - can we see the site ?
#categoryDescription is found in includes/templates/template_default/templates/tpl_index_categories.php
I was looking for the same. I will check this.. If I have any issues I will be back here again to know about it.. Thanks
the website is
http://www.thethingreenline.com.au/w...s-c-27_29.html
in this category there is a description but clearly not showing, checking out that template file, will let you know if it is successful
http://www.thethingreenline.com.au/w...s-c-27_29.html
Is the Category description being displayed at the bottom or is that text for something other?
the solution was to add the following code back to
tpl_index_product_list.php
Code:<?php // categories_description if ($current_categories_description != '') { ?> <div id="categoryDescription" class="catDescContent"><?php echo $current_categories_description; ?></div> <?php } // categories_description ?>