Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Eliminating category listing on product page

Eliminating category listing on product page

Locked

Views: 817

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
19 Jan 2008, 6:41 AM
#1
mt_ed avatar

mt_ed

New Zenner

Join Date:
Dec 2007
Posts:
31
Plugin Contributions:
0

Eliminating category listing on product page

I am using h1 to describe the category on the product pages, but there is also a category discription under my category image, that I would like to remove. I thought that by comment out the following code:

/* <?php // categories_description if ($current_categories_description != '') { ?>

<div id="indexProductListCatDescription" class="content"><?php echo $current_categories_description; ?></div> <?php } // categories_description ?> */

in the tpl_index_product_list.php, my problem would be solved, but alas, it has not. Has anyone any suggestions how I may perform this disappearing act?

my url is https://www.edsbeejuice.com

Thanks to all in advance!!

19 Jan 2008, 7:16 AM
#2
mt_ed avatar

mt_ed

New Zenner

Join Date:
Dec 2007
Posts:
31
Plugin Contributions:
0

Re: Eliminating category listing on product page

Well, I figured out an easy solution. I just went into Admin=>Catalog=>Catelog/Product and just edited each category to eliminate a cagegory description!!!! That's it.......