Jump to content

Canada and PAYPAL whats the Solution


Recommended Posts

I am using Prestashop 1.6.  Apparently the USA/Canada PAYPAL module is no longer supported.  I cannot use the Europe newer one because it does not work for Canada,  Whats the solution?

 

Whats happening is my orders are not showing up but the paypal payments are going through.

 

 

 

Link to comment
Share on other sites

The solution is to change your stores location temporarily to a supported country, and then install and configure the module, and then change your stores location back

 

The alternative is to edit the module and add the support for Canada.  Assuming we are talking about v3.11.4?  If so, locate the following file and edit it

/modules/paypal/classes/AuthenticatePaymentMethods.php

 

Towards the top you will see a payment method array definition, followed by a listing of supported countries

        $payment_method = array(

You need to add CA to that array, something like

            'CA'=>array(WPS, ECS),



 

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...