AbanteCart Community

AbanteCart Development => Development Help Needed => Topic started by: yonghan79 on February 22, 2024, 01:08:15 PM

Title: Change PayPal message
Post by: yonghan79 on February 22, 2024, 01:08:15 PM
Hi Basara,

We are making an extension for payment via invoice after admin adds actual shipping charges -  having issue with hook into PayPal Commerce to let me change message on the fast checkout success page.

Sending you a PM with details.

Thanks.
Title: Re: Change PayPal message
Post by: abolabo on February 23, 2024, 03:45:04 AM
Probably you should to hook controller public_html/extensions/fast_checkout/storefront/controller/responses/checkout/pay.php  method _process_success
You can write _updateData hook and use $that->session->data['processed_order_id'] for order recognizing