Przemysław Suszek Posted June 5, 2020 Share Posted June 5, 2020 Hi, I want to use hook hookActionUpdateQuantity from Ps_EmailAlerts in Product.php which is in override folder. It is possible? Kind regards Link to comment Share on other sites More sharing options...
joseantgv Posted June 5, 2020 Share Posted June 5, 2020 Try: $moduleInstance = Module::getInstanceByName('ps_emailalerts'); $moduleInstance->hookActionUpdateQuantity(); 2 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