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 200 8 ... I'm kind of lost with what this thread was all about and if it has been solved more than one year later 
|