Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jul 2011
    Posts
    21
    Plugin Contributions
    0

    Default How to Remove Categories sidebox From product_info.php page?

    I would like to know how can i remove the Categories box from product.info.php. To expand the page more better

    for example:



    How can i get the description, and shipping tabs like this:





    This is what i currently have:

    Last edited by none; 25 Jul 2011 at 09:33 PM.

  2. #2
    Join Date
    Jan 2010
    Location
    Australia
    Posts
    239
    Plugin Contributions
    1

    Default Re: How to Remove Categories sidebox From product_info.php page?

    Go into your template folder>>common and open tpl_main_page.php

    all the instruction are in comments on how to disable left column

    if not interested in reading then add this before red text

    if ($current_page_base == 'product_info') {<br />
    $flag_disable_left = true;<br />
    }

    $header_template = 'tpl_header.php';

  3. #3
    Join Date
    Mar 2008
    Location
    Ontario
    Posts
    39
    Plugin Contributions
    0

    Default Re: How to Remove Categories sidebox From product_info.php page?

    Why wouldn't you shut off the columns in the Admin panel?
    Jonny
    http://meshgraphics.com Where shapes become different shapes than the shapes they had been previously. Me do good ad copy 2

  4. #4
    Join Date
    Mar 2008
    Location
    Ontario
    Posts
    39
    Plugin Contributions
    0

    Default Re: How to Remove Categories sidebox From product_info.php page?

    Cuz you want it for the product_info page only.
    OK.
    Jonny
    http://meshgraphics.com Where shapes become different shapes than the shapes they had been previously. Me do good ad copy 2

  5. #5
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: How to Remove Categories sidebox From product_info.php page?

    Quote Originally Posted by meshgraphics View Post
    Why wouldn't you shut off the columns in the Admin panel?
    Because that would turn them off on every page, which is not what you asked about.

  6. #6
    Join Date
    Jul 2011
    Posts
    21
    Plugin Contributions
    0

    Default Re: How to Remove Categories sidebox From product_info.php page?

    if not interested in reading then add this before red text

    if ($current_page_base == 'product_info') {<br />
    $flag_disable_left = true;<br />
    }

    $header_template = 'tpl_header.php';
    gaurav10feb is offline Report Post Reply With Quote
    I get empty pages on my site all of them.

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

    Default Re: How to Remove Categories sidebox From product_info.php page?

    The <br /> are not supposed to be part of the code.

    if ($current_page_base == 'product_info') {
    $flag_disable_left = true;
    }

    $header_template = 'tpl_header.php';

  8. #8
    Join Date
    Jul 2011
    Posts
    21
    Plugin Contributions
    0

    Default Re: How to Remove Categories sidebox From product_info.php page?

    Thank you it did work now. But thing is the product pages width did not expand as i expected. how do i do that?


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

    Default Re: How to Remove Categories sidebox From product_info.php page?

    We would have to see your site live to know why the standard fix did not work for you.

  10. #10
    Join Date
    Jul 2011
    Posts
    21
    Plugin Contributions
    0

    Default Re: How to Remove Categories sidebox From product_info.php page?

    My site is www.aplushop.com

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Custom html_header.php for product_info page - How?
    By profitshock in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Jun 2010, 09:58 PM
  2. Want to remove product_info from main page,using glider
    By mambo75 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Jan 2010, 01:55 AM
  3. How to remove text from sub categories main page???
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 15 Jul 2009, 06:03 PM
  4. how to hide a specific attribute from the product_info page
    By Virogenesis in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 5 Jan 2008, 12:18 AM
  5. Remove 'Categories' From Left Sidebox
    By thehin in forum Basic Configuration
    Replies: 1
    Last Post: 4 Jun 2007, 05:20 AM

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