I've followed the directions to a T, but I am unable to get it to work either.
I created order_colors.tpl and put it in the skin1/main with the following code:
Code:
{* $Id: orders_colors.tpl,v 2.0 2004/10/31 01:27:28 ADPBoss Exp $ *}
{if $orders[oid].status eq "C"} bgcolor="#00CCFF"} {/if}
{if $orders[oid].status eq "P"} bgcolor="#00FF66"} {/if}
{if $orders[oid].status eq "Q"} bgcolor="#FFFF99"} {/if}
{if $orders[oid].status eq "F"} bgcolor="#FF3333"} {/if}
{if $orders[oid].status eq "I"} bgcolor="#CCCCCC"} {/if}
Now the first thing I notice is the file name. In the file on the first line, it is referencing itself as order
s_colors.tpl. I tried naming the file with the s and without the s. Neither one makes a difference.
I editted my existing orders_list.tpl with the code for the 4.X version (since I am running 4.0.9). I fail to see how it references the orders_colors.tpl file anywhere. I'm wondering if that has anything to do with it.
Now before you get mad at me for doubting you (or the original code creator) keep in mind I am a noob at this. I am just pointing out what "I" think are flaws, and why it isn't working for me.
So, adpboss: Please, please, pretty please throw some advice our direction. I won't offer any money, since that seems to have offended you. Maybe I could pay you in M&M's or girls?
Thanks.