Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2008
    Posts
    2
    Plugin Contributions
    0

    Default How to only show category description on first resutlts page?

    Hi,

    In categories that run to a number of pages of products, I would like to only show the category description on the first page. I have found the code I need to adpat but I have no idea what variables I am to use to only show the description on the first page of the category.

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

    Can any body offer any suggestions?

  2. #2
    Join Date
    Oct 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: How to only show category description on first resutlts page?

    I worked it out but I'll leave the answer here for others. Changes are made to tpl_index_product_list.php

    If anybody wants to do this to avoid duplicate content (for SEO purposes) then this is the code I worked out you need:

    <?php
    // categories_description
    if ($current_categories_description != '' && $_GET['page'] =='') {
    ?>
    <div id="indexProductListCatDescription" class="content"><?php echo $current_categories_description; ?></div>
    <?php } // categories_description ?>

    If you made changes to the database you could also set different descriptions for every category page this way.

    && $_GET['page'] ==''

    means the first page ONLY will show the description
    Last edited by ricardovangwan; 23 Oct 2008 at 10:31 AM.

 

 

Similar Threads

  1. v150 categories image and description on first page only
    By tandbparties in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Nov 2012, 08:37 PM
  2. Only one category description will not show
    By Goldenis in forum Customization from the Admin
    Replies: 4
    Last Post: 13 Jan 2011, 10:13 PM
  3. Category description display on first page only
    By securit in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Nov 2010, 07:58 PM
  4. How to show futured/new/special product´s description on the first page
    By neboztik in forum Contribution-Writing Guidelines
    Replies: 1
    Last Post: 11 Nov 2009, 05:32 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR