View Single Post
  #199  
Old 03-02-2015, 04:43 PM
  Vacman's Avatar 
Vacman Vacman is offline
 

X-Adept
  
Join Date: Sep 2005
Location: Torrance, CA
Posts: 792
 

Default Re: Color coded order status...

As a followup to this thread, I wanted to have an internal color coding when I look at an order without having to scroll down....

In skin/common_files/main/order_info.tpl right below the file info around line 5

Code:
{if $order.status eq "P"} <table><tr><TD bgcolor="#CCFFFF"><strong><B>PROCESSED</B></strong></TD><tr></table><P>{/if} {if $order.status eq "C"} <table><tr><TD bgcolor="#CCCCCC"><strong><B>COMPLETED</B></strong></TD><tr></table><P> {/if} {if $order.status eq "F"} <table><tr><TD bgcolor="#FFBBCC"><strong><B>FAILED</B></strong></TD><tr></table><P> {/if}

Quick, dirty, but gets the job done.
__________________
Carl Tice

X-Cart 4.6.6
X-Payments 3.0
ReBOOT 3.4.1

PHP 5.6.30
MySQL 5.6.35
Linux 2.6.32-042stab120.18
ionCube PHP Loader v4.7.3
Perl 5.10.1
Reply With Quote