View Single Post
  #14  
Old 10-20-2010, 03:39 PM
 
hermoine hermoine is offline
 

Advanced Member
  
Join Date: Oct 2010
Posts: 46
 

Default Re: View Cart page no longer shows Left Bar

another way i tried it was like this...
{if $cart ne "" and $active_modules.Product_Options}

<div id="left-bar">
{include file="customer/left_bar.tpl"}
</div>
{/if}
but then the double nav bar shows up on the wishlist page. So how do you say in smarty include this left bar if $cart ne "" but not if you are on the wish list page cart.php?mode=wishlist. ugh.
__________________
4.4
no add-on modules
Reply With Quote