View Single Post
  #5  
Old 08-23-2005, 09:41 PM
  Dongan's Avatar 
Dongan Dongan is offline
 

X-Wizard
  
Join Date: Jul 2005
Location: www.mercuryminds.com
Posts: 1,531
 

Default Re: Template Location

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}
Reply With Quote