![]() |
Re: Color coded order status...
easy enough. thanks again!
|
Re: Color coded order status...
i just realized that after installing this mod, I'm not able to click on the order number and see the details anymore. did I miss a line in the mod?
|
Re: Color coded order status...
You probably left out the code to link the order number. Compare the original file to the new one in the area where the order number is called.
|
Re: Color coded order status...
found this
old code Code:
{else} and added it right after this line in the new mod code. Code:
{include file="main/order_status.tpl" status=$orders[oid].status mode="static"} that area now looks exactly like the old code, but i get an error Code:
Parse error: syntax error, unexpected T_ELSE in /home/ftkonlin/public_html/var/templates_c/%%8B^8B4^8B45DCD5%%orders_list.tpl.php on line 132 |
Re: Color coded order status...
What your error is telling you is that a erroneous "else" statement was found.. probably the one you added. Every "if" needs a "/if" to close it. You can make a "else" in between..
If "this" then do "that" /if if "this" then do "that" else do "this" /if |
Re: Color coded order status...
I just can't seem to figure it out...
Here is the code Code:
{* Colors modification MOD *} and I know it needs a line similar to this in there. Code:
<A href="order.php?orderid={$orders[oid].orderid}"><B>{include file="main/order_status.tpl" status=$orders[oid].status mode="static"}</B></A> I'm pulling my hair out and I just can't figure it out. if anyone can just tell me what to do, to get the order number to be a link to the details, I would really appreciate it. |
Re: Color coded order status...
Code:
{* Colors modification MOD *} Should be Code:
{* Colors modification MOD *} |
Re: Color coded order status...
thank you very much!
|
Re: Color coded order status...
ok so i put this code in my orders_list.tpl
Code:
{* and this is my order orders_colors.tpl Code:
{* $Id: orders_colors.tpl,v 1.0 2003/10/26 13:07:50 pipercub Exp $ *} now my order section looks like this http://img406.imageshack.us/img406/4012/ordersg.th.jpg |
Re: Color coded order status...
any one?
|
All times are GMT -8. The time now is 04:07 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.