View Single Post
  #174  
Old 02-02-2009, 07:04 PM
  Vetrivel's Avatar 
Vetrivel Vetrivel is offline
 

eXpert
  
Join Date: Apr 2008
Posts: 398
 

Default Re: DIY Tabbed Content Menu for Product Page

try something like this...

PHP Code:
{if $active_modules.Upselling_Products eq ""}
<
li><a href="#tabs" rel="tcontent2">Related Products </a></li>
{/if} 

Quote:
Originally Posted by ChristineP
I tried Phils code to hide the tab(s) if there is no content in the tabs portion of this mod:
{if $active_modules.Upselling_Products eq ""}[*]Related Products
{else}
{/if}

Is there something missing for v4.1.9?

Christine
Reply With Quote