- This topic has 1 reply, 2 voices, and was last updated 12 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Paypal Transaction Language Code
I have a site in English that uses a Spanish Paypal account to receive payments.
Customers who hit checkout see paypal instructions in Spanish and I want to change that to English. Paypal, in their HTML Variables document, talk about a variable ‘lc’ that can change the default language.Do you know if this code can be used in WP eStore, and if so where?
Thanks if you can help
Jerry
We have added an option in the plugin so you can force the language of the PayPal payment page. Do the following to set the language to English by force:
Open the “eStore_advanced_configs.php” file and search for the following line of code:
define('WP_ESTORE_FORCE_LANGUAGE_OF_PAYPAL_PAGE', '0');
Once you find it, change it to the following:
define('WP_ESTORE_FORCE_LANGUAGE_OF_PAYPAL_PAGE', 'US');
That should force the language of the PayPal page to English