Results 1 to 6 of 6
  1. #1
    Join Date
    May 2007
    Posts
    213
    Plugin Contributions
    0

    Default Remove right column from Cart page

    How can i remove the right column from the cart page? I am sure this is easy, I just can't figure it out.

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

    Default Re: Remove right column from Cart page

    Admin > Configuration > Layout Settings > Column Right Global - Status.

  3. #3
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Remove right column from Cart page

    What version are you using?

    In the newer versions you can remove it from the Admin.

    If you want it gone from all pages, you go to:

    Configuration > Layout Settings > Column Right Status - Global
    and set accordingly.

    Want it removed from just the "cart" page only, you have to open up the associated PHP file and you'll find the instructions on how to remove the sidebars for individual pages commented out near the top. Add the pages you want it to be removed on and you're all set.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  4. #4
    Join Date
    May 2007
    Posts
    213
    Plugin Contributions
    0

    Default Re: Remove right column from Cart page

    I am running Zen 1.3.7. I would like to remove at least the right column from this page, "/index.php?main_page=shopping_cart"

    Which file would I need to update to do this? Thanks for your help.

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

    Default Re: Remove right column from Cart page

    /includes/templates/your_template/common/tpl_main_page.php.

    If you don't find it there, copy it from /template_default/common/ and then edit it.
    There is a section of comments at the top of the file which describe how to do this.
    You would put shopping_cart into the list given, and make the test control $flag_disable_right.
    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;
      } 

  6. #6
    Join Date
    May 2007
    Posts
    213
    Plugin Contributions
    0

    Default Re: Remove right column from Cart page

    Thanks for the help. That worked exactly how I wanted.

 

 

Similar Threads

  1. Remove right sidebox shopping cart from when on shopping cart page
    By alterego55 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 2 Oct 2010, 01:45 AM
  2. Need help to remove left and right column from template
    By jeba in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 30 Jul 2009, 03:08 PM
  3. Remove Right column from Sub Categories
    By Nick1973 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Jul 2009, 12:19 AM
  4. Trying to remove the background line and right column from mother_earth template
    By Patrick_Mathews in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 26 Jan 2008, 11:29 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