Thread: Tracking Number
View Single Post
  #2  
Old 11-01-2008, 05:26 AM
 
geckoday geckoday is offline
 

X-Wizard
  
Join Date: Aug 2005
Posts: 1,073
 

Default Re: Tracking Number

In skin1/main/history_order.tpl find this line:
Code:
<INPUT type="text" name="tracking" value="{$order.tracking}"{if $usertype eq 'C'} readonly{/if}>
and change it to something like this:
Code:
<INPUT type="text" name="tracking" value="{if $order.tracking eq '' and $usertype ne 'C'}12345678{else}{$order.tracking}{/if}"{if $usertype eq 'C'} readonly{/if}>
__________________
Manuka Bay Company
X-Cart Version 4.0.19 [Linux]

UGG Boots and other fine sheepskin products
http://www.snowriver.com
Reply With Quote