Hi,
Is there a way to add a new custom hook to a module without having to edit the module php file.
If I edit the module php file, each time i upgrade the module my modifications will be deleted overwritten.
I have added new hooks to the database and extended the FrontController, but I want to use these hooks with a number of modules but dont want to have to change each of the modules core php file. is there a way of overriding them or does anyone have any other suggestions?
Thanks