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
|