Hello,
We have installed the PayPal full integration on our site. The site is in Spanish, our PayPal account is with a Spanish entity, but the payment page comes out in English. Try as I might, I just can´t find how to change it to Spanish. When we had just the standard PayPal Express everything came out fine in Spanish. I´ve attached screenshots.
Thanks for your help!
We have installed the PayPal full integration on our site. The site is in Spanish, our PayPal account is with a Spanish entity, but the payment page comes out in English. Try as I might, I just can´t find how to change it to Spanish. When we had just the standard PayPal Express everything came out fine in Spanish. I´ve attached screenshots.
Thanks for your help!
Attachments
credit card input prompts in English - unnamed.png (202.63 KiB) Viewed 3015 times
Extension enabled and working - 0019.jpg (9.22 KiB) Viewed 3015 times
Looks like another bug in the PayPal extension.
Try in catalog/view/javascript/paypal/paypal.js. Could be in a different location depending if you are using OpenCart 4.0.x or 3.0.x.
After.
Add.
You may have to clear your browser cache to see the change.
Try in catalog/view/javascript/paypal/paypal.js. Could be in a different location depending if you are using OpenCart 4.0.x or 3.0.x.
After.
Code: Select all
src_data['intent'] = paypal_data['transaction_method'];
Code: Select all
src_data['locale'] = paypal_data['locale'];
WOW! GENIUS! Thanks so much. Worked first time.
ADD Creative wrote: ↑Sat Jan 06, 2024 6:09 pmLooks like another bug in the PayPal extension.
Try in catalog/view/javascript/paypal/paypal.js. Could be in a different location depending if you are using OpenCart 4.0.x or 3.0.x.
After.Add.Code: Select all
src_data['intent'] = paypal_data['transaction_method'];
You may have to clear your browser cache to see the change.Code: Select all
src_data['locale'] = paypal_data['locale'];
Thank you ADD Creative, I solved too.ADD Creative wrote: ↑Sat Jan 06, 2024 6:09 pmLooks like another bug in the PayPal extension.
Try in catalog/view/javascript/paypal/paypal.js. Could be in a different location depending if you are using OpenCart 4.0.x or 3.0.x.
After.Add.Code: Select all
src_data['intent'] = paypal_data['transaction_method'];
You may have to clear your browser cache to see the change.Code: Select all
src_data['locale'] = paypal_data['locale'];
Who is online
Users browsing this forum: No registered users and 6 guests