July 13, 2012 at 12:06 /
It works by a transmitted information
Open /easyreservations/lib/modules/paypal/paypal.php
and add
$paypalButton.= '<input type="hidden" name="lc" value="CODE">';
anywhere between line 400-410.
CODE has to be a string from this list:
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_country_codes
I’ve used US.
I’ll try to make a option for it within the next update. Thanks for letting me know 🙂