Re: Extra fields do not show on product detail page?
customer/main/product.tpl calls the following file which loads:
modules/Extra_Fields/product.tpl
{* $Id: product.tpl,v 1.9 2005/11/21 12:42:06 max Exp $ *}
{section name=field loop=$extra_fields}
{if $extra_fields[field].active eq "Y" && $extra_fields[field].field_value}
<tr>
<td width="30%">{$extra_fields[field].field}</td>
<td>{$extra_fields[field].field_value}</td>
</tr>
{/if}
{/section}
__________________
X-CART PRO VERSION 4.1.11
|