davoflores Posted June 10, 2016 Share Posted June 10, 2016 Hello, how can I edit the orders list details in the back office ? Link to comment Share on other sites More sharing options...
NemoPS Posted June 11, 2016 Share Posted June 11, 2016 You mean like editing the products of an order or modifying the visible fields of the list? 1 Link to comment Share on other sites More sharing options...
davoflores Posted June 11, 2016 Author Share Posted June 11, 2016 (edited) I added a field to the checkout form. Its value is saved on the database. I already added it to the frontend, so if a customer opens the history order list he already can see this field. Now I need the same behavior but in the backend. By the way I’m developing a module that will let you do so. Edited June 11, 2016 by davoflores (see edit history) Link to comment Share on other sites More sharing options...
davoflores Posted June 12, 2016 Author Share Posted June 12, 2016 I need to aim to the file prestashop\admin\themes\default\template\controllers\orders\helpers\view\view.tpl Now I need to set a variable to show on it, so what is the controller involved with this file? Link to comment Share on other sites More sharing options...
NemoPS Posted June 14, 2016 Share Posted June 14, 2016 It should be the adminOrdersController.php file. The method is renderView 1 Link to comment Share on other sites More sharing options...
davoflores Posted June 14, 2016 Author Share Posted June 14, 2016 It should be the adminOrdersController.php file. The method is renderView thank you very much 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