Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2007
    Posts
    2
    Plugin Contributions
    0

    help question Move Categories Description

    Hi

    I would be grateful if someone could help me with this. When I click on a category link, it goes to a page that shows the description of the category as well as the products in that category under the description. I would like to move the products above the description as the description is quite long

    I would like to know which file to edit and in which specific part. I am fairly new to this.

    Appreciate any help.

    Thanks

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Move Categories Description

    If I THINK you're describing what I THINK, you're describing, then it's possible: (otherwise, make your point clearer to the forum BEFORE you attempt what I'm saying...

    We removed sub-category listing all together, by editing:-

    tpl_index_categories.php


    <!-- BOF: Display grid of available sub-categories, if any -->

    (there will be some code here)

    <!-- EOF: Display grid of available sub-categories -->

    If you don't want this DIVISION to display AT ALL, you can comment it out (type in the characters in red, into the code:-


    <!-- BOF: Display grid of available sub-categories, if any -->

    <!-- BEGIN of deprecated code. - to use it, uncomment
    <?php
    if (PRODUCT_LIST_CATEGORY_ROW_STATUS == 0) {
    // do nothing
    } else {
    // display subcategories
    /**
    * require the code to display the sub-categories-grid, if any exist
    */
    require($template->get_template_dir('tpl_modules_category_row.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_category_row.php');
    }
    ?> END of deprecated code-->

    <!-- EOF: Display grid of available sub-categories -->


    Then, you should preferably upload the EDITED file to your over-rides folder - rather than overwrite the original.
    Last edited by schoolboy; 9 Mar 2007 at 08:15 PM.
    20 years a Zencart User

  3. #3
    Join Date
    Mar 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Move Categories Description

    Thank you. I did manage to edit the correct file.

 

 

Similar Threads

  1. Replies: 148
    Last Post: 18 Oct 2023, 12:08 PM
  2. products_all - Move description
    By bigbadboy in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 28 Jul 2008, 12:37 PM

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