AbanteCart Development > General Extensions
fasti checkout success hooks
(1/1)
natdroid:
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!
abolabo:
welcome back! :-)
If you want to hook before order confirmation you should do this
--- Code: ---public function onControllerResponsesCheckoutPay_UpdateData(){ ... }
--- End code ---
If you wish to show something after just hook page controller ControllerPagesCheckoutFastCheckoutSuccess
--- Code: ---public function onControllerResponsesCheckoutPay_InitData(){...}
--- End code ---
or
--- Code: ---public function onControllerResponsesCheckoutPay_UpdateData(){...}
--- End code ---
You can find examples into another extensions of our code distributive.
Regards
Navigation
[0] Message Index
Go to full version