Jump to content

Redwr4p

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Activity
    Agency

Redwr4p's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Hi, the link is now working fine. I didn't test the contact form, but i guess you can test it yourself and see if the bug is still there. All good, thanks :-)
  2. Hi, the addons website https://addons.prestashop.com has major BUGs: - i forgot my password and clicked on forgot password, got the email with a link inside saying click here to reset password, but upon clicking, it returns error page - tried to submit an enquiry about this through: https://addons.prestashop.com/contact-form.php, but when clicking submit, it says 'invalid email address'. I tried another valid email address, the error is still there saying 'invalid email address' and didn't allow me to submit an enquiry! Can anybody please help or fix these urgently? Thanks
  3. Hi Meimeisi, Did you change 2 things when testing? Change these 2 things in your prestashop paypal module config: 1. You have to use a sandbox merchant account API instead of using your real API when testing. Create a sandbox merchant account - and insert the API credentials into the paypal module: https://developer.paypal.com/docs/classic/lifecycle/sb_create-accounts/ 2. Use a Sandbox > set to 'test mode' Then try ordering something, and see if the error is still there.
  4. Duh, that's why we are testing using SANDBOX as per Paypal instructions. Live site won't be affected until 3rd Dec, but Sandbox already has this change implemented for those who want to get prepared early.
  5. I think I managed to implement the solution for Prestashop 1.6.0.9, module PayPal v3.7.2 for Express checkout using API. I'm not sure whether this will work for everyone or not, but it seems to be working for me. Note that you need to test using SANDBOX where Paypal has implemented this new change and NOT testing using paypal live site. I could see the difference when testing using SANDBOX - i got an error message in my checkout initially when clicking 'pay with paypal' and after implementing this, i could go through the checkout successfully with no error page. Based on this instruction: https://ppmts.custhelp.com/app/answers/detail/a_id/1191 I modified this file: modules/paypal/api/paypal_connect.php line 88 - change number 3 to 4 for CURLOPT_SSLVERSION: from: @curl_setopt($ch, CURLOPT_SSLVERSION, 3); to @curl_setopt($ch, CURLOPT_SSLVERSION, 4); IMPORTANT - You would need to TEST this using Paypal Sandbox to see if it's working for your site: 1. Create a sandbox business/merchant account: https://developer.paypal.com/webapps/developer/applications/accounts and insert the sandbox merchant API credentials in your prestashop paypal module config 2. Also in your paypal module config: Use a Sandbox > set to 'test mode' - to activate sandbox 3. Clear your prestashop cache: performance > advanced parameters > smarty > force compilation & cache: No 4. Try going through checkout to test - if you can reach paypal page successfully, that means it seems to be working. Otherwise you wouldn't even reach paypal page and see an error message 5. Don't forget to revert everything back except for the paypal_connect.php file 6. Test your checkout again in live site environment to make sure everything works properly
×
×
  • Create New...