|
Hello everybody,
I’m having an issue with Paypal always redirecting to Paypal US without the language selector for Taiwan (traditional Chinese). I found in app/code/core/Mage/Paypal/Model/Config.php the place to add the currency code and supportedImageLocales for Taiwan (Paypal supported).
This issue is the following line not grabbing the country code:
return sprintf('https://www.paypal.com/%s/cgi-bin/webscr?cmd=xpt/Marketing/popup/OLCWhatIsPayPal-outside', strtolower($countryCode)
Any suggestions on how to get Magento to send the proper parameters to Paypal so the English and Chinese language selector show on Paypal?
Thanks!
Kevin
|