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>
|