Jump to content

Paypal gets language from prestashop


gilsimjo

Recommended Posts

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

  • 3 months later...
  • 6 months later...

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

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