editorstefan Posted August 31, 2016 Share Posted August 31, 2016 Hello, I want to add color to the RMA rows, like the image. The color should be same as the status color. I have tried with the Order page code (which has the status color), but have no luck with the code at all. Where can i find the tpl for this page? Thank you! Link to comment Share on other sites More sharing options...
rocky Posted September 1, 2016 Share Posted September 1, 2016 I had a quick look and it seems admin/themes/default/template/controllers/return/helpers/form/form.tpl is used to generate that form. Link to comment Share on other sites More sharing options...
editorstefan Posted September 1, 2016 Author Share Posted September 1, 2016 I had a quick look and it seems admin/themes/default/template/controllers/return/helpers/form/form.tpl is used to generate that form. That file does not control that page, it controls this page: Orders > Merchandise Returns > Edit Link to comment Share on other sites More sharing options...
rocky Posted September 2, 2016 Share Posted September 2, 2016 Oops. It must just use the default list.tpl file. Link to comment Share on other sites More sharing options...
editorstefan Posted September 2, 2016 Author Share Posted September 2, 2016 Oops. It must just use the default list.tpl file. Any idea how i can get this to work? Im totaly clueless right now. Link to comment Share on other sites More sharing options...
rocky Posted September 2, 2016 Share Posted September 2, 2016 I think you'll have to override controllers/admin/AdminReturnController.php and add a renderList() function. Perhaps you can change the TPL file used in there. Unfortunately, I don't have time to come up with a full solution at the moment. 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