View Single Post
  #2  
Old 09-28-2006, 11:18 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: How to make Extra Fields appear in Bold.

Open up modles/Extra_Fields/product.tpl. Replace this:

{$extra_fields[field].field}

with this:

<strong>{$extra_fields[field].field}</strong>

and this:

{$extra_fields[field].field_value}

with this:

<strong>{$extra_fields[field].field_value}</strong>
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote