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,