Quote:
Originally Posted by KevinMG
Can somebody please point me to the location of the template for the admin order viewing page - specifically the template where you can enter notes about a particular order?
Order details (not visible to customer and provider):
Order notes (not visible to customer):
I'm getting frustrated trying to find it by hand. Thanks in advance.
|
This is the file....
skin1/main/history_order.tpl
and locate the code
Code:
{if $usertype eq "A"}
{$lng.lbl_order_details}:
<TEXTAREA name="details" cols="60" rows="5">{$order.details}</TEXTAREA>
{/if}