stratboy Posted July 16, 2013 Share Posted July 16, 2013 Hi. I'm quite new to prestashop and I'm writing some custom hooks and modules. I find that is really annoing the fact that if I want to transplant a default module to a custom hook or a hook that is not registered in the module, I only have 2 options: modify the core class (bad...) or write a brand new module (why reinventing the wheel only to use new hooks?) I think the issue should be addressed in one of this 2 ways: a. Find a way so that one can move a module to any position/hook/custom hook b. Let the module classes (the .php) files be overridable, and not only the presentation files (tpl,css,js) as now Bye Link to comment Share on other sites More sharing options...
Recommended Posts