View Single Post
  #6  
Old 02-05-2008, 04:29 PM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: 1 Extra Field in products.tpl?

It seems the array only gets defined within the product and subcategory pages.

For 4.1.9 this appears to work for me referencing the first item in the array...

{$extra_fields.0.field_value}

Edit: I think I may have to reread this post again, getting mixed up with products.tpl. The above is for the product item page.

Edit again: Yes, MOC's post appears correct. Extra fields are referenced in the array for products.tpl (subcats) with {$products[product].extra_fields.0.value}
__________________
Doms
kube v4.1.9
Reply With Quote