Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2008
    Posts
    32
    Plugin Contributions
    0

    Default How to eliminate the left side bar while checking out

    I feel as though my sidebar is making customers feel weiry when checking out because it has so many designs in it and on a check out page you just want the designs that you will be buying.

    Is there anyway to eliminate this page just when checking out? I want the sidebar to be there throughout the entire shopping experience until the checkout

    Thanks

    Andrew

    PS the website is http://www.iwannat.com

  2. #2
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: How to eliminate the left side bar while checking out

    I loaded your site but nothing showed up, so I'm assuming you just mean the left column.

    Check this tutorial:
    https://www.zen-cart.com/tutorials/i...hp?article=233

    The file references you want to add are:
    checkout_shipping
    checkout_payment
    checkout_confirmation

    and possibly:
    checkout_login
    checkout_account
    checkout_success

  3. #3
    Join Date
    Jun 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: How to eliminate the left side bar while checking out

    I attempted to do what the tutorial says...and by all means it should work...but it doesn't...

    Any other suggestions?

    Thanks

  4. #4
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: How to eliminate the left side bar while checking out

    So you have this code..
    PHP Code:
    if (in_array($current_page_base,explode(",",'checkout_shipping,checkout_payment,checkout_confirmation')) ) {
         
    $flag_disable_left true;
      } 
    and you uploaded to the correct directory..
    includes/templates/name_of_your_custom_template/common

    I suppose it could be a template issue. You might try the template's support thread.

  5. #5
    Join Date
    Jun 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: How to eliminate the left side bar while checking out

    the exact code that I used to replace what was there is:
    PHP Code:
      if (in_array($current_page_base,explode(",",'checkout_shipping,checkout_payment,checkout_confirmation,checkout_login,checkout_account,checkout_success,shopping_cart')) ) {
         
    $flag_disable_left true;
      } 

  6. #6
    Join Date
    Jun 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: How to eliminate the left side bar while checking out

    probably a template issue

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

    Default Re: How to eliminate the left side bar while checking out

    This template radically changes the organization of the page, so very little of the standard layout fixes will work. You can get the left sidebar to disappear and the center to fill the space with this added to the end of your stylesheet:
    Code:
    #navColumnTwo {display: none;}  
    .centerColumn {width: 96%;}
    Prefacing those with the correct page body ids will limit the effect to those pages.

 

 

Similar Threads

  1. The h is cutoff in the left side bar search button
    By wyocraft in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Feb 2011, 08:24 PM
  2. changing the left side bar need help?
    By touchclothing in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 Oct 2007, 06:55 PM
  3. How to move the sidebox side ways. from left to more left? realy need help...
    By brekke00 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 27 Aug 2007, 02:38 PM
  4. paypal ipn not visible while checking out...
    By kristofvanmol in forum Basic Configuration
    Replies: 2
    Last Post: 2 Jul 2007, 07:56 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