View Single Post
  #111  
Old 11-22-2006, 07:21 AM
 
kevinrm kevinrm is offline
 

X-Wizard
  
Join Date: Aug 2003
Posts: 1,003
 

Default Re: Color coded order status...

This line of the orders_list.tpl:

<td colspan="{$colspan}">[img]{$ImagesDir}/spacer.gif[/img]</td>

The image did not show for me. I had to make it like this:

<td colspan="{$colspan}"><img src="{$ImagesDir}/spacer.gif"></td>

There is one other one like that for the "no_ip.gif". Not sure if anyone else ran into that. That said, this is seriously one of the best mods out there if you have a lot of orders like we do.
__________________
X-Cart 5.4.1.39 Live
PHP 7.4.33
5.5.5-10.3.38-MariaDB MariaDB
Apache 2.4
CENTOS 7.8 64Bit Single Quad-Core E3-1241v3 3.4Ghz 8M 1600 w/ HT
32GB RAM 2x 512GB Samsung 850 Pro SSD RAID 1
Reply With Quote