![]() |
Re: Color coded order status...
bump
|
Re: Color coded order status...
Try... (for V4.2.x)
Code:
{* |
Re: Color coded order status...
The reason is, the {include file="main/orders_colors.tpl"} needs to be inside the table "<td>" like this
<td{include file="main/orders_colors.tpl"}> |
To get this working for 4.2.2
I have to change some of the code to get this working with 4.2.2, this is due to the way in which the status for an order is done in 4.2.2.
Create the a new file called "orders_colors.tpl" in /skin1/main with the following code: Code:
{* $Id: orders_colors.tpl,v 1.0 2009/11/15 13:07:50 pipercub Exp $ *} Then add Code:
{include file="main/orders_colors.tpl"} between all the <TD> elements (in the "skin1/main/orders_list.tpl" file) that you want to color, I only do the check box as I dont want to color the whole line. For the first box this would be: Code:
<td width="5" {include file="main/orders_colors.tpl"}><input type="checkbox" name="orderids[{$orders[oid].orderid}]" /></td> Enjoy |
Re: Color coded order status...
thank you
|
Re: Color coded order status...
Btw.... the code in my post at #174 works fine with 4.3.1 too.
Enjoy. |
Re: Color coded order status...
Cheers bionicfish. :D
|
Re: Color coded order status...
Works on 4.3.2.
|
Re: Color coded order status...
Is it possible to use this for the invoice for the customer's bennefit?
Example: Order status: Queued Order status: Processed Order status: Declined Order status: Complete Mike |
Re: Color coded order status...
Hi, I would like to be able to exclude completed orders from the order list so I only see active or orders in progress. I cannot see an option to hide completed orders. Can anybody help ?
Thanks |
All times are GMT -8. The time now is 02:35 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.