bimlas Posted January 25, 2017 Share Posted January 25, 2017 (edited) I like to create several modified versions of the Orders view in back office - how can I achieve this? If I'm right, then a module have to be derived from ModuleAdminController, but I like to reuse AdminOrdersControllerCore (controllers/admin/AdminOrdersController.php). Is it possible? The aim is to create some kind of ERP: I working at a manufacturer and I need to give a simplified orders view to the colleagues with different columns hidden/added like the image? I did it by creating a module and copied the constructor of AdminOrdersControllerCore to it and modified. Showing the results works, but nothing more - if I clicking on the lines, it doesn't opens up the detailed view of the order. Edited January 25, 2017 by bimlas (see edit history) 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