gilsimjo Posted November 19, 2014 Share Posted November 19, 2014 Hi I have prestashop 1.5.6.2 and paypal payment method the problem is that, when my users try to pay through paypal, the paypal site doesn't get prestashop language. Is there any way to force paypal to get my prestashop language site? nowadays I have three languages in my prestashop site, spanish, french and english. Link to comment Share on other sites More sharing options...
bellini13 Posted November 19, 2014 Share Posted November 19, 2014 I reviewed the Paypal API and nothing jumps out at me that would suggest we could send a language parameter. Which Paypal module (europe or usa) are you using, and what version of it? Have you contacted Paypal support to see if they even support this? Link to comment Share on other sites More sharing options...
gilsimjo Posted November 19, 2014 Author Share Posted November 19, 2014 Hi, I'm with 3.8 paypal europe version, and I'haven't tried to put in contact with paypal support I'll try it!! Link to comment Share on other sites More sharing options...
predacom Posted March 16, 2015 Share Posted March 16, 2015 paypal take from customer languajes. but i need too take shop languages any idea? Link to comment Share on other sites More sharing options...
Publicia Posted September 17, 2015 Share Posted September 17, 2015 I found a way to have paypal in the same language than prestashop, it works for v 1.6. Edit the file modules/paypal/views/templates/hook/express_checkout_payment.tplAt the end of the file, there is a form width id="paypal_payment_form", add the input : <input type="hidden" name="lc" value="{$lang_iso}"> Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now