News:

AbanteCart v1.4.2 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

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


Forum Rules Code of conduct
AbanteCart.com 2010 -