Paypal does not allow your country of residence to ship to the country you wish to
The tutorial explain on how to fix error when you are using Paypal as your payment gateway. All cart using paypal as a payment gateway are affected on this issue including CRELOADED, 273 LOADED , Virtuemart in Joomla and ubecart.

Here’s is the Fix:
CRE Loaded AND 273 Loaded cart :
1. Setup Your PayPal Website Payments Pro
2. Edit your root/includes/modules/payment/paypal_wpp.php
goto line 286 or search the code below:
$params['ADDROVERRIDE'] = ’1′;
change to:
$params['ADDROVERRIDE'] = ’0′;
Virtuemart in Joomla:
1. Login in your admin and goto Component–> Virtuemart–> Store–>List of Payment Methods–>Paypal –>Configuration
2. Look for :
“address_override” => “1″
change to:
“address_override” => “0″



















