Search the Community
Showing results for tags 'actionorderstatusupdate'.
-
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!!
-
- hookactionproductcancel
- actionorderstatusupdate
- (and 1 more)
-
Bonjour. Je suis en train de développer un module qui se résume principalement à l'utilisation du hook actionOrderStatusUpdate (ou updateOrderStatus pour PS < 1.5). Ma question est toute simple : comment afficher un message d'erreur ou de confirmation sur l'admin lors de l'exécution de ce hook ? J'ai beau chercher en ligne ou dans les modules existants je ne trouve pas comment soulever ce genre de notifications. Ça doit être tout bête et j'ai du passer à coté mais bon ... Merci pour votre aide. Cédric.