Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2007
    Posts
    26
    Plugin Contributions
    0

    Default How to remove Sideboxes on checkout?

    Hi,

    I would like to remove all the sideboxes when someone is checking out, so as to remove any distractions as much as possible when they are entering their credit card details in this crucial last part of a purchase process. I think this is possible to do with ZenCart, but am unsure how.

    Would anyone be able to provide me with some insight as to how to do this via this admin (or do I need to edit a file)?

    Thanks in advance!
    Emil F.,
    nCube Solutions
    http://www.ncube.ca

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

    Default Re: How to remove Sideboxes on checkout?

    You can do a global sidebar disable in admin > Configuration > Layout Settings > Column Left/Right Status - Global.

    For selective disabling you need to edit /includes/templates/your_template/common/tpl_main_page.php. There are instructions in the comments at the top of that file.

  3. #3
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,563
    Plugin Contributions
    28

    Default Re: How to remove Sideboxes on checkout?

    Is there a way to selectively remove *some* of the sideboxes??

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

    Default Re: How to remove Sideboxes on checkout?

    For a relatively small number of boxes, you can hide them with CSS on desired pages. This makes use of the page id applied to the body, and the id applied to each sidebox.

    If you want to hide the categories box on the login page, you can add to your stylesheet
    Code:
    #loginBody #categories {display: none;}

    You can use view source to find the page id and box id:

    <body id="loginBody"

    <div class="leftBoxContainer" id="categories"
    Last edited by gjh42; 23 Oct 2007 at 07:28 PM.

  5. #5
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,563
    Plugin Contributions
    28

    Default Re: How to remove Sideboxes on checkout?

    Glenn,

    Very cool and great instructions. I was able to get it to work just as I was hoping!

 

 

Similar Threads

  1. Help on how to remove sideboxes
    By alejandroluissia in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Jan 2012, 02:01 PM
  2. How to remove sideboxes headers?
    By Cheo in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Jun 2010, 12:18 PM
  3. How do I Remove Sideboxes Titles?
    By bluesapphire in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 3 Apr 2009, 05:12 PM
  4. how do i remove the right sideboxes
    By dalai in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Sep 2008, 09:42 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR