Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Hide 3rd Level Sub Category Tiers and Below

    Hi,

    I've did this before but can't remember how! It's really annoying as I've been trying to do it again for hours!

    I have my categories set as always expanded. However, I don't want it to display the 3rd tier of sub categories.

    How do I limit the level of sub categories to display?

  2. #2
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Hide 3rd Level Sub Category Tiers and Below

    Found the solution:

    Find this in /includes/templates/your_template/sideboxes/tpl_categories.php:

    if (zen_get_product_types_to_category($box_categories_array[$i]['path']) == 3 or ($box_categories_array[$i]['top'] != 'true' and SHOW_CATEGORIES_SUBCATEGORIES_ALWAYS != 1)) {
    // skip if this is for the document box (==3)
    } else {


    Replace with:

    if (substr_count($box_categories_array[$i]['path'],'_') > 1 or zen_get_product_types_to_category($box_categories_array[$i]['path']) == 3 or ($box_categories_array[$i]['top'] != 'true' and SHOW_CATEGORIES_SUBCATEGORIES_ALWAYS != 1)) {
    // skip if this is for the document box (==3)
    } else {

 

 

Similar Threads

  1. How can I hide sub sub categories of a category in left sidebox?
    By X-Bumble in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Feb 2012, 07:11 PM
  2. Category Sidebox: 3rd level categories will not show
    By mteipe in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 6 Jan 2010, 03:50 AM
  3. Hide Sub-Sub Category and Products
    By 1408329330 in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 25 Feb 2009, 05:45 AM
  4. Display Products and Sub-Categories in Top Level Category Page
    By numinix in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 27 Oct 2008, 04:04 AM
  5. Hide sub-category icon and link in product display
    By Wils in forum Basic Configuration
    Replies: 1
    Last Post: 1 Jun 2006, 11:09 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