Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Formatting category description issue

Formatting category description issue

Locked

Views: 990

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
5 Feb 2009, 1:03 AM
#1
godt avatar

godt

Zen Follower

Join Date:
Mar 2006
Location:
Melbourne, Australia
Posts:
378
Plugin Contributions:
0

Formatting category description issue

My category description code absorbs the sub-categories which are supposedly listed below. To test this, I have created a table in my category description with a border of 1px. When I load the page, the table is surrounding the sub-categories listed below. I have checked the code in tpl_index_categories.php and I can't see why this should be happening:

<?php // categories_description if ($current_categories_description != '') { ?> <div id="categoryDescription" class="catDescContent"><?php echo $current_categories_description; ?></div> <?php } // categories_description ?> <!-- BOF: Display grid of available sub-categories, if any --> <?php if (PRODUCT_LIST_CATEGORY_ROW_STATUS == 0) { // do nothing } else {

Does not happen on main page, but when I display a category with sub-categories listed below, the problem occurs. How do I avoid this?

5 Feb 2009, 1:13 AM
#2
godt avatar

godt

Zen Follower

Join Date:
Mar 2006
Location:
Melbourne, Australia
Posts:
378
Plugin Contributions:
0

Re: Formatting category description issue

Illustration:

https://www.oilzonline.com.au/catalog/ - displays OK vis image and text above category list, but if you go to 'American/Hotrods', the formatting is not right.

5 Feb 2009, 2:17 AM
#3
godt avatar

godt

Zen Follower

Join Date:
Mar 2006
Location:
Melbourne, Australia
Posts:
378
Plugin Contributions:
0

Re: Formatting category description issue

Entering any formatting in the category description seems to suck in everything below, including the footer! Any advice at all??

5 Feb 2009, 3:40 AM
#4
godt avatar

godt

Zen Follower

Join Date:
Mar 2006
Location:
Melbourne, Australia
Posts:
378
Plugin Contributions:
0

Re: Formatting category description issue

&*^^%@#!

Should take more care. Code errors.