Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

How to hide left sidebar on front page

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 08-13-2013, 01:08 AM
 
xp-group xp-group is offline
 

Newbie
  
Join Date: Feb 2013
Posts: 6
 

Default How to hide left sidebar on front page

Template books and magazines. I want to hide left menu on front page only. Any one have done it before. Thanks in advance
http://kupipalto.ru
__________________
x-cart-4.5.4gold
Reply With Quote
  #2  
Old 08-13-2013, 06:52 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: How to hide left sidebar on front page

Welcome to xcart!

Webmaster mode will be your friend for these types of questions... please read up on webmaster mode and then you'll discover that...

the left menu is placed using the include:

file:
/skin/books_and_magazines/customer/content.tpl
Code:
<div id="left-bar">{include file="customer/left_bar.tpl"}</div>

as you can see, there is an IF statement surrounding the include:

Code:
{if ($main neq 'cart' or $cart_empty) and $main neq 'checkout'} <div id="left-bar">{include file="customer/left_bar.tpl"}</div> {/if}

IF $main is not 'cart'
OR cart is empty
and $main is not checkout, then show the left-bar

you will want to add an if to exclude the home page

read all about it here:
http://forum.x-cart.com/showthread.php?t=67270

This forum has every answer you probably will ask -- just have to learn how to ask (search). Google search is also your friend
(site:http://forum.x-cart.com)

Good luck,

J
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 02:07 PM.

   

 
X-Cart forums © 2001-2020