View Single Post
  #4  
Old 01-21-2008, 01:22 AM
  Ene's Avatar 
Ene Ene is offline
 

X-Cart team
  
Join Date: Aug 2004
Posts: 907
 

Default Re: Hide related products tpl when there are none

Use:

PHP Code:
{if $active_modules.Upselling_Products ne "" && $product_links ne ""}
<
/>
{include 
file="modules/Upselling_Products/related_products.tpl" }
{/if} 
__________________
Eugene Kaznacheev,
Evangelist/Product Manager at Ecwid: http://www.ecwid.com/ (since Sept 2009)

ex-Head of X-Cart Tech Support Department
ex- X-Cart Hosting Manager - X-Cart hosting
ex-X-Cart Technical Support Engineer


Note: For the official guaranteed tech support services please turn to the Customers HelpDesk.
Reply With Quote