View Single Post
  #7  
Old 10-16-2012, 07:48 AM
 
ManuelaT ManuelaT is offline
 

Member
  
Join Date: Jun 2012
Posts: 12
 

Default Re: No right bar when Product Details are shown

that is correct - I manualy added one.
That's why I said "modified".

I works as long as I put both into the same if clause (the one for right bar).
Like this:

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

But it won't work the way, as shown on this content.tpl
Attached Files
File Type: tpl content.tpl (1.7 KB, 155 views)
__________________
X-Cart Gold
Reply With Quote