View Single Post
  #2  
Old 08-12-2010, 05:24 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Extra Fields layout question

You can include loop through the extra fields variables and show only the one you need (see skin1/modules/Extra_Fields/product.tpl how it's done) or if you know exactly which one is it you can use similar to this

{$extra_fields[x].field_value} - replace x with the number of the field you need in the array
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote