N@D33M Posted October 29, 2014 Share Posted October 29, 2014 Hi, I've a general question about overriding the default behavior of Prestashop like: OrderControllers, if it possible if I could override the same controller in different modules and all modules overridden controllers has it's own properties, it is possible if all changes will modify the default behavior and start showing the new changes by different modules using the same controller? I know we can't override the same method in different module but if I need to override how can I achieve it? Let say, renderView() function for OrderController, can I override the same function in different modules? I want to user renderView function and want to obtain all the variables defined in different modules to be use at once. Please help seniors. Link to comment Share on other sites More sharing options...
tuk66 Posted October 30, 2014 Share Posted October 30, 2014 You can do it by hand - install all modules and modify the common overriden method - but you can get unexpected results. Link to comment Share on other sites More sharing options...
Recommended Posts