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

hook fast loginn

Started by natdroid, April 12, 2021, 08:09:22 PM

Previous topic - Next topic

natdroid

he there.
How do hook Authenticating login buttons in 1.3beta fast checkout?

abolabo

Quote from: natdroid on April 12, 2021, 08:09:22 PM
he there.
How do hook Authenticating login buttons in 1.3beta fast checkout?

Hi, good question.
Can you add some hookvariable into public_html/extensions/fast_checkout/storefront/view/default/template/responses/checkout/login.tpl
for example
<?php echo $this->getHookVar('login_extension'); ?> at the end of file

And then try to call $that->view->addHookVar('login_extension', '<button>custombtn</button>');
inside your hook onControllerResponsesCheckoutPay_InitData()
where $that = $this->baseObject;

Hope this helps.

Please show us result and we'll include your solution into release

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

abolabo

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

Forum Rules Code of conduct
AbanteCart.com 2010 -