View Single Post
  #10  
Old 07-09-2008, 05:50 PM
 
Otis Otis is offline
 

Newbie
  
Join Date: Feb 2007
Posts: 8
 

Default Re: Calling an extra field on the invoice

well...i'll ask again...who knows...

i put this in the /main/order_info.tpl
i copied the provider info and changed it to this...
should this add the extra field indicated to the invoice???
it shows the label but no value for the extra field...am i missing something...this is the only change i have done, except of adding the extra field...i have changed the # on the extra_field from 0 to 5...no luck...
Quote:
<tr>
<td valign="top">{$lng.lbl_provider}</td>
<td valign="top">
{$product.extra_fields.3.value}
</td>
</tr>
__________________
4.5.2
Reply With Quote