View Single Post
  #5  
Old 01-23-2003, 01:09 PM
 
malcy malcy is offline
 

Member
  
Join Date: Jan 2003
Location: New Zealand
Posts: 15
 

Default

Good plan:

I edited the history_order.tpl file as follows:

{if $usertype eq "A"}



{$lng.lbl_order_details}:

<textarea name=details cols=60 rows=5>{$order.details}</textarea>
{/if}

Remove the If statment out of this section ({if $usertype eq "A"} and {/if})

Then edit the mail/order_data.tpl file and add:

{$order.details}

where you want the notes to appear.
__________________
Middle Earth exists - come and visit!
http://www.purenz.com/
Reply With Quote