Ryan
The related_products file is
Code:
{* $Id: related_products.tpl,v 1.10 2004/05/28 12:21:13 max Exp $ *}
{if $product_links ne ""}
{capture name=dialog}
{include file="customer/main/products_t.tpl" products=$product_links}
{*
<TABLE border="0" cellspacing="5">
{section name=cat_num loop=$product_links}
<TR class="ItemsList">
<TD width="1%">#{$product_links[cat_num].productid}</TD>
<TD width="99%">
<A href="product.php?productid={ $product_links[cat_num].productid }"{if $config.Modules.upselling_new_window eq 'Y'} target="_blank"{/if}>
{ $product_links[cat_num].product|escape}
</A>
</TD>
</TR>
{/section}
</TABLE> *}
{/capture}
{include file="dialog.tpl" title=$lng.lbl_related_products content=$smarty.capture.dialog extra="width=100%"}
{/if}
Any help gratefully appreciated