View Single Post
  #108  
Old 10-16-2006, 03:29 PM
 
chawla@moviesandgamesonli chawla@moviesandgamesonli is offline
 

Senior Member
  
Join Date: Mar 2003
Location: UK
Posts: 125
 

Default Re: Color coded order status...

I had this problem in Version 4.1.2 and i THINK i fixed this by changing the line:

<td {include file="main/orders_colors.tpl"}>#{$orders[oid].orderid}</td>

to

<td {include file="main/orders_colors.tpl"}><a href="order.php?orderid={$orders[oid].orderid}">#{$orders[oid].orderid}</a></td>
__________________
X-Cart 4.4.1
Reply With Quote