Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Paypal Language Wrong


JangoF

Recommended Posts

Hi all,

 

I asked earlier some weeks ago but I never got a reply. I have no multilingual features enabled on my site, it's only in English.

 

But when my customers go to Paypal from the checkout, the Paypal page appears in Spanish.

 

Any idea what is causing this and how to fix this?

 

Please, it's urgent!

Link to comment
Share on other sites

If you ever have this problem, here is how to fix it:

 

Open up includes\modules\payment\paypal.php

 

Find tep_draw_hidden_field('cmd', '_xclick') .

 

Below, add:

tep_draw_hidden_field('lc', 'US') .

 

;)

Link to comment
Share on other sites

If you ever have this problem, here is how to fix it:

 

Open up includes\modules\payment\paypal.php

 

Find tep_draw_hidden_field('cmd', '_xclick') .

 

Below, add:

tep_draw_hidden_field('lc', 'US') .

 

;)

Fantastic.

 

You appear to be be using the standard paypal module, so why not report the problem to

http://www.oscommerce.com/community/bugs

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...