hello my friends. Please do help to find how to hook the fast checkout success
I do try the public function afterControllerResponsesCheckoutPay_success() but my extension cant to catch fast checkout order success. PLEASE HELP!
welcome back! :-)
If you want to hook before order confirmation you should do this
public function onControllerResponsesCheckoutPay_UpdateData(){ ... }
If you wish to show something after just hook page controller ControllerPagesCheckoutFastCheckoutSuccess
public function onControllerResponsesCheckoutPay_InitData(){...}
or
public function onControllerResponsesCheckoutPay_UpdateData(){...}
You can find examples into another extensions of our code distributive.
Regards