View Single Post
  #4  
Old 09-02-2004, 04:14 PM
 
willirl willirl is offline
 

eXpert
  
Join Date: Mar 2004
Location: OHIO
Posts: 271
 

Default

You can reference the extra fields in the product.tpl template like this:

$extra_fields[x].field_value

Where x is the field index - 0 is the first.

However my problem is I need the extra fields on the products.tpl also and I cannot figure out how to get to them. There a set of files in modules/extra_fields/ that are used for something but I can't figure out how.

Isn't there anyone out there who knows how this works?
Reply With Quote