I got cart quotes to work by commenting out the line which adds the StateOrProvinceCode if the Zone is unknown.
function uc_fedex_admin_settings(){
. . .
if(!$destination->zone){
//$schema .= '<StateOrProvinceCode>'. _convert_zip_code2($destination->postal_code) .'</StateOrProvinceCode>';
}
else{
$schema .= '<StateOrProvinceCode>'. $destination->zone .'</StateOrProvinceCode>';
}
. . .I checked this with:
FedEx Ground -- Office Address
FedEx Ground -- Home Address
FedEx 2nd Day
Standard Overnight
International Economy Freight
International Priority Freight



Joined: 09/12/2007