Express Checkout feature not available in May 2026 #1535
Replies: 2 comments
|
Hello @floods57 and sorry for the late answer The Express Checkout feature on PrestaShop Checkout from product page, cart page and first step of the checkout page is no longer available, but we are working to bring it back. Unfortunately there has been a change in the PayPal JavaScript SDK (not the API) which prevents us now to retrieve payer and shipping data client-side. We now have to fetch orders from backend-side. So we are replacing the frontend API call by a backend API call and adjusting the rest of the code accordingly. Then we run a test campaign, and finally we'll release PS Checkout v5.4.0 which will bring back the Express Checkout. Unfortunately there are other things which changed in PayPal SDK which we need to fix too. |
|
@floods57 PSXO v5.4 has been released and brings back the express checkout 😉 https://github.com/PrestaShopCorp/ps_checkout/releases/tag/v5.4.0 |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Since update to 5.1.2 (7.5.1.2 on PS 1.7.7.8), the Express Checkout disappear, usually i have the 2 Paypal button on the cart page under the order button.
Of course i check in the module config, all is right, i try to disable and enable again etc.... empty the cache etc... but still nothing.
Was any change made in the last version ? so i can check in the code.
I don't change anything else, just update this module.
Thanks for help.
All reactions