Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2011
    Posts
    1
    Plugin Contributions
    0

    Default don't show the categories list on the product page

    now, i want to make the categories list now show on the product page.which controled by the tpl_product_info_display.php file,. how should i do? thank u

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: don't show the categories list on the product page

    Modified from a recent thread:

    Quick & dirty: Add to your stylesheet

    #productinfoBody #categories {display: none;}


    Proper way: Edit /includes/modules/sideboxes/categories.php; at the top of the file, add

    if ($current_page_base != 'product_info') {

    before
    $main_category_tree = new category_tree;

    and after
    require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
    add

    }

    Save the edited file to /includes/modules/sideboxes/your_template/categories.php

 

 

Similar Threads

  1. how do i remove the categories list on the left side when not on main page?
    By sportssupplements in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Dec 2011, 08:21 AM
  2. How can i list all the categories and it's products in a product listing page?
    By vedavyas govardhanam in forum Basic Configuration
    Replies: 2
    Last Post: 28 Jan 2010, 07:52 AM
  3. change the 'Sort By' drop down menu that appears at the top of the product list page?
    By autoace in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 26 Sep 2009, 03:41 AM
  4. I don't want all the categories to show in the cat tab
    By treewoman in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 21 Jan 2009, 11:47 AM
  5. Categories don't show on admin, product don't show on site
    By bigjoed in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 24 Jul 2008, 08:30 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