Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2006
    Posts
    40
    Plugin Contributions
    0

    Default Question about sideboxes.

    Here is a link to the site I am working on.
    http://www.mysweetsoles.com/shop/

    When I click on one if the categories under Let's Shop I would like the right sideboxes to not show up, is there a way to make this happen?

  2. #2
    Join Date
    Jan 2004
    Posts
    66,445
    Plugin Contributions
    81

    Default Re: Question about sideboxes.

    includes/templates/YOURTEMPLATE/common/tpl_main_page.php
    lines 41-44 has:
    PHP Code:
    // the following IF statement can be duplicated/modified as needed to set additional flags
      
    if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes_on_here,separated_by_commas,and_no_spaces')) ) {
        
    $flag_disable_right true;
      } 
    add this right below:
    PHP Code:
    if (!($current_page=='index' && !isset($_GET['cPath']))) $flag_disable_right true
    .

    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.

 

 

Similar Threads

  1. About sideboxes and EZpages
    By sukhada in forum Basic Configuration
    Replies: 11
    Last Post: 2 Feb 2007, 10:03 AM
  2. Another Question about sideboxes
    By chanda in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Aug 2006, 04:22 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