MichaelEZ Posted April 3, 2019 Share Posted April 3, 2019 (edited) Hi, so I woud like to edit admin order (not list), i just want to set carriers backgorund color, so if its DHL it yellow, others with different colors too. All i coud find was AdminOrdersController.php, but i was unable to find out any tpl file, 1st time looking into backend. Ty for ur help edit: So I did find shipping.tpl and line with "{$line.carrier_name}" so I m gona keep looking Edited April 3, 2019 by MichaelEZ finded solution (see edit history) 1 Link to comment Share on other sites More sharing options...
MichaelEZ Posted April 3, 2019 Author Share Posted April 3, 2019 {$cart->id_carrier} to find out ID than simple : {if $order->id_carrier == 347} <span style="background-color: #FFFF00"> {$line.carrier_name} </font> {/if} sorry for useless topic Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now