View Single Post
  #3  
Old 07-05-2013, 11:34 AM
 
taponitrof taponitrof is offline
 

Senior Member
  
Join Date: Dec 2007
Posts: 105
 

Default Re: Hide left col on home, checkout, and cart

Thanks for the reply. I figured out how to do it. If I read your message right, you suggest the same way
Anyway, code below works.

{if ($main neq 'cart' or $cart_empty) and $main neq 'checkout'}
{if $main neq 'catalog' or $current_category.category neq ""}
<div id="left-bar">
{include file="customer/left_bar.tpl"}
</div>
{/if}
{/if}
__________________
X-Cart Version 4.1.10, 4.1.11, 4.2, 4.3, 4.4.5
Linux
Reply With Quote