View Single Post
  #7  
Old 11-05-2008, 07:58 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: EZUPSELL 3 column display

If on a recent x-cart version you can use:

Code:
{if $product_links ne ""} <p><b>{$lng.lbl_with_this_product}:</b></p> {include file="customer/main/products_t.tpl" products=$product_links} {/if}
Reply With Quote