mike099 Posted January 2, 2018 Share Posted January 2, 2018 My website is in 1.7.2.4 ,I have tried this hook on my custom module:-displayOrderConfirmation. This hook is working without any problem. However there is an issue when I am trying to use any of the following hooks (which in same module):- 1) hookActionProductCancel 2) actionOrderStatusUpdate 3) actionOrderStatusPostUpdate There is no single hook working from above mentioned,I am adding it proper rule, Here is example of my code:- Step1:- $this->registerHook('actionProductCancel') $this->registerHook('actionOrderStatusUpdate') $this->registerHook('actionOrderStatusPostUpdate') Step2:- public function hookDisplayOrderConfirmation($params){} public function hookActionOrderStatusUpdate($params){} public function hookActionOrderStatusPostUpdate($params){} I am testing all above hooks from admin panel by chanding status of order,But not working any hook. Let me know I need it on urgent basis. Thanks!! 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