Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Category description in products page

Category description in products page

Locked

Views: 694

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
8 Aug 2008, 8:33 AM
#1
eddie0uk avatar

eddie0uk

New Zenner

Join Date:
Sep 2005
Posts:
8
Plugin Contributions:
0

Category description in products page

Hi,

I would like to add the category description in each of the products page. At the moment each product page reads:

Breadcrumbs
Category name

Product number
previous/listing/next

Product image Product name
etc....

I would like to insert the category description between category name and product number. Tried to add the following code to the tpl_product_info_display.php file but it does not work:

<?php // categories_description if ($current_categories_description != '') { ?> <div id="categoryDescription" class="catDescContent"><?php echo $current_categories_description; ?></div> <?php } // categories_description ?>

Any help appreciated!

8 Aug 2008, 8:50 AM
#2
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: Category description in products page

You can add category description when setting up categories via admin.

8 Aug 2008, 10:39 AM
#3
eddie0uk avatar

eddie0uk

New Zenner

Join Date:
Sep 2005
Posts:
8
Plugin Contributions:
0

Re: Category description in products page

misty:

You can add category description when setting up categories via admin.

Yeah I know but the text only appears when clicking on the category. I want the text to appear in the individual product information as well.