View Single Post
  #12  
Old 01-07-2009, 03:55 PM
 
diode diode is offline
 

Newbie
  
Join Date: Jan 2008
Posts: 1
 

Default Re: Calling an extra field on the invoice

I was able to get this working on 4.1.9

File location: skin1 > mail > html > order_data.tpl

You can display your extra fields using this code:

{$product.extra_fields.0.value}


where 0 is the id of the extra field. The first extra field for your store is 0, if you haven't deleted anything. Then count from there if necessary to display the correct one.
__________________
x-cart gold v.4.1.9
Reply With Quote