View Single Post
  #6  
Old 07-24-2011, 12:23 PM
 
JacksmithxD JacksmithxD is offline
 

X-Adept
  
Join Date: Oct 2010
Posts: 400
 

Default Re: Extra Fields just dissapeared?!

Quote:
Originally Posted by cflsystems
Create new skin/common_files/modules/Extra_Fields/product.tpl and copy this inside

{*
$Id: product.tpl,v 1.1 2010/05/21 08:32:20 joy Exp $
vim: set ts=2 sw=2 sts=2 et:
*}
{foreach from=$extra_fields item=v}
{if $v.active eq "Y" and $v.field_value}
<tr>
<td class="property-name">{$v.field}</td>
<td class="property-value" colspan="2">{$v.field_value}</td>
</tr>
{/if}
{/foreach}

Worked perfectly. Looks like i somehow deleted the file. Oh dear!


Thanks Steve.
__________________
Xcart 4.5.2
Reply With Quote