Jump to content

"Linking Store in progress", PrestaShop Checkout does not link PayPal


Recommended Posts

Hello,

I have a fresh install of PrestaShop 9.0.0. Everything is working fine (at least demo) but I cannot configure/connect my PayPal account. If I click on "Link Store" from Marketplace - endless spinning of "Linking Store in progress" and nothing happens. But I was able to link my store through the Module Manager: PrestaShop Checkout shows button "Configure", then it opens next page and shows green checkbox next to "Link your store to a PrestaShop account". And that is the only thing I can do with this module. Next step (PayPal) isn't available.

Please help.

Screenshot 2025-08-13 214231.png

Screenshot 2025-08-13 214441.png

Screenshot 2025-08-13 214630.png

Link to comment
Share on other sites

Posted (edited)

To anyone who face that issue - check your php.ini: curl.cainfo must have the valid chained certificate from https://curl.se/docs/caextract.html. I updated it to the latest and after that I was able to successfully connect PayPal and open Themes Catalog.

Here is my /etc/php.ini:

[curl]
; A default value for the CURLOPT_CAINFO option. This is required to be an
; absolute path.
curl.cainfo = /etc/ssl/certs/cacert-2025-08-12.pem

 

Edited by DisplayNameRequired (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...