fasti checkout success hooks

Started by natdroid, March 11, 2023, 10:58:35 AM

Previous topic - Next topic

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
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

"No one is useless in this world who lightens the burdens of another."
― Charles Dickens

Forum Rules Code of conduct
AbanteCart.com 2010 -