View Single Post
  #14  
Old 01-19-2009, 02:01 PM
 
jaimwolfe jaimwolfe is offline
 

Advanced Member
  
Join Date: Jan 2007
Posts: 57
 

Default Re: Calling an extra field on the invoice

I have been following this and trying to get an extra field I have in my database to show up on the admin side under the order status page (where the customers order is shown. I have added the
Quote:
<td valign="top">{$lng.lbl_provider}</td> <td valign="top"> {$product.extra_fields.3.value}
to my skin1>main>order_info.tpl but as the others are stating, nothing populates for the value.

Basically I added a typicalprice extra field to program the typical price we pay for a product, and would like it to show when the customer places the order (on admin side only) so we know what our typical price is.

Thanks,
__________________
http://premiumpowersports.com
Xcart gold Version 4.1.6
Reply With Quote