Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2009
    Posts
    34
    Plugin Contributions
    0

    Default Display Category description

    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

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Display Category description

    Could be a template thing - can we see the site ?

    #categoryDescription is found in includes/templates/template_default/templates/tpl_index_categories.php

  3. #3

    Default Re: Display Category description

    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

  4. #4
    Join Date
    Aug 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: Display Category description

    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

  5. #5
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Display Category description

    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?

  6. #6
    Join Date
    Aug 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: Display Category description

    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 ?>

 

 

Similar Threads

  1. v151 Display Category Description below category Title on the Product page
    By Alexander81 in forum General Questions
    Replies: 11
    Last Post: 13 Apr 2013, 12:13 AM
  2. Display Category Description
    By ausstone in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 18 Apr 2011, 03:54 PM
  3. Display Category Description below category Title on the Product page
    By nigelt74 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 4 Sep 2009, 02:06 PM
  4. Category Description on Product Display
    By pxsant in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 May 2006, 03:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg