View Single Post
  #17  
Old 02-09-2009, 10:28 AM
 
ChristineP ChristineP is offline
 

eXpert
  
Join Date: Jul 2008
Posts: 310
 

Default Re: Hide related products tpl when there are none

Not sure what custom mod you have that Ene asked you about in a previous post. My custom mod is the "DIY Tabbed Content Menu for Product Page". The following post references the code I used to show the tab when there is content for related products: http://forum.x-cart.com/showthread.php?t=11094&page=19

Code:
{if $product_links eq ""}
{else}
{if $active_modules.Upselling_Products ne ""}
<li><a href="#tabs" rel="tcontent4">Related Items</a></li>
{/if}{/if}

Hope this will give you something to work with to remedy your problem.
Christine

Quote:
Originally Posted by Warwick
Oops, I've send the PM around the end of january 2008 ... I'm kind of lost with what this thread was all about and if it has been solved more than one year later
__________________
______________
version 4.1.9 Gold
Reply With Quote