View Single Post
  #5  
Old 06-17-2012, 09:55 AM
 
jonwatson87 jonwatson87 is offline
 

Advanced Member
  
Join Date: May 2012
Posts: 32
 

Default Re: Removing Left Bar from specific static pages

Gotcha. Apologies for being a total noob!

/books_and_magazines/customer/content.tpl

Right at the bottom we've already got:

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

I've tried various 'or' additions to this, and listing it separately below, but the left bar just doesn't budge.
__________________
X-Cart Pro 4.5
Reply With Quote