![]() |
Question about editing orders template (Boomer)
Hi. This is actually a free mod that Cart-Labs (Boomer) released, the "Nice Orders View", but I have one question. I've already had a custom mod added to mine where I can search past orders and really just want to do one thing, and that's replacing the "provider" with the "person's name" who ordered, when viewing orders at a glance. Boomer, since you created it, can you tell me what to add and/or delete for their name to show up as opposed to the provider? Or anyone, thanks.
|
yeah there is a bit half way down skin1/main/orders.tpl
that reads: {if $usertype eq "A"} { $orders[cat_num].provider } {else} { $orders[cat_num].firstname } { $orders[cat_num].lastname } {/if} change it to: { $orders[cat_num].firstname } { $orders[cat_num].lastname } |
Thank you very much funkydunk.
|
All times are GMT -8. The time now is 01:22 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.