Thread: Tracking Number
View Single Post
  #5  
Old 01-24-2011, 08:11 AM
 
geckoday geckoday is offline
 

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

Default Re: Tracking Number

The file is now skin/common_files/main/history_order.tpl. Pretty much the same change. Find this:
Code:
<input type="text" name="tracking" value="{$order.tracking|escape}" />
Change to this:

Code:
<input type="text" name="tracking" value="{if $order.tracking eq ''}12345678{else}{$order.tracking|escape}{/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