Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default How to Remove Subcategories

    i want to remove subcategories from the main content window

    http://www.cnt-gifts.com/collectibles-c-5.html

    not the oens inthe category sidebox but in the right

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: How to Remove Subcategories

    Why would you want to do that? What would you want to happen when they click the top level category?

  3. #3
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: How to Remove Subcategories

    i just want the subcategories to show in the sidebox

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: How to Remove Subcategories

    /includes/templates/YOURTEMPLATE/templates/tpl_index_categories.php
    comment or remove this section:
    Code:
    <!-- BOF: Display grid of available sub-categories, if any -->
    <?php
    /**
     * 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');
    ?>
    <!-- EOF: Display grid of available sub-categories -->
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Sep 2006
    Location
    Jacksonville, FL
    Posts
    236
    Plugin Contributions
    0

    Default Re: How to Remove Subcategories

    That did the trick. Thanks!
    John L.
    MultiMedia Designer

  6. #6
    Join Date
    Oct 2005
    Location
    Swansea, MA
    Posts
    30
    Plugin Contributions
    0

    Default Re: How to Remove Subcategories

    Ok - backwards for a moment. :)

    I would like to NOT display my subcategories in the category side box but I Do want them to appear on the page after they click the main category.

    Does this make sense?

    I did edit this part but I got an error right away

    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)) {


    Can anyone help?


    I would rather do it this way than with the flyout menu. (I think)
    My goal? To be Totally Zenned!

 

 

Similar Threads

  1. Remove Extra Signs In Subcategories
    By YoYo in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Nov 2011, 11:02 PM
  2. How to remove text links under images on subcategories?
    By spaz_tic in forum Setting Up Categories, Products, Attributes
    Replies: 15
    Last Post: 22 Apr 2011, 03:46 AM
  3. How to remove image category showing on subcategories
    By juli.may in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 16 Jan 2011, 09:21 PM
  4. How remove prefix subcategories ?
    By public2009 in forum General Questions
    Replies: 2
    Last Post: 20 May 2009, 06:36 PM
  5. Subcategories - Remove |_
    By jibon in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 3 Dec 2008, 05:19 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