View Single Post
  #8  
Old 11-21-2009, 07:55 AM
 
Donnay2 Donnay2 is offline
 

Member
  
Join Date: Jan 2009
Posts: 18
 

Default 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
Reply With Quote