Try the Demo

Magento Forum

   
Redirects to Paypal US instead of default country
 
kwoolf
Jr. Member
 
Total Posts:  18
Joined:  2009-02-10
 

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

 
Magento Community Magento Community
Magento Community
Magento Community
 
hiroprotagonist
Jr. Member
 
Total Posts:  23
Joined:  2012-01-22
 

Having the same issue - did you ever get this sorted ?

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top