Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2012
    Posts
    168
    Plugin Contributions
    0

    Default How do I over ride the Product Info page and the category pages!!

    Hello,

    Here is my question I do not want the left column to show on the home page category page or product info page. I have been able to over ride the left column for the home page but can not figure out how to do the same for the product info page and the category pages can someone please help me. Thank you for your help and responses!!

    Here is the site if you need to see it:mysterydrawer.com (be advised this is an adult product site)

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: How do I over ride the Product Info page and the category pages!!

    I have been able to over ride the left column for the home page
    Copy that same code to your other page tpl files
    Zen-Venom Get Bitten

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

    Default Re: How do I over ride the Product Info page and the category pages!!

    What version of test code did you use in tpl_main_page.php? (Paste it here.)
    You can extend or alter that test to fit the category and product info pages as well.

    Since the homepage and category pages are all "index" page base, you can use something like
    PHP Code:
    if ($current_page_base == 'index' or $current_page_base == 'product_info') {
      
    $flag_disable_left true;


 

 

Similar Threads

  1. Replies: 3
    Last Post: 17 Nov 2013, 12:11 AM
  2. How can I hide the category image on the product info page?
    By rstevenson in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 7 Nov 2008, 09:04 PM
  3. Losing the 'More Info' link and styling the price on the category index page
    By datatv in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 15 Aug 2008, 06:29 AM
  4. How to I do product pages W/OUT the image and price on the top of the page?
    By triswim in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 8 Mar 2008, 07:46 AM
  5. How do I align the text and nav bars on the product info and product listing pages?
    By aaelghat in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 25 Apr 2007, 03:42 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