Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Missing ConsigneeCountry in UPS shipping module


dionn

Recommended Posts

Posted

I was trying to install the multi store pick contribution and everything went fine...until I tried shipping with UPS and got a

 

"Missing ConsigneeCountry" error back from UPS. Is this the ship FROM address country or the ship TO?

 

Anyone have any ideas?

 

Thanks,

Dionn

  • 3 weeks later...
  • 1 month later...
Posted

Was a solution found for this problem? I recently encountered it as well and cannot find a solution in the forums. Thank you.

Posted

Please disregard. I got the problem solved. Now UPS module returns: UPSOnLine5%Unsupported country specified%6920

 

The unsupported country is Canada, which I would have asssumed would be supported.

  • 5 months later...
Posted

I recently ran into this problem after installing the multi pickup location contribution. It seems to only happen when checking out if a pickup location is selected -> continue to payment selection -> then go back to change shipping option. This is my "quick fix" :

 

In checkout_shipping.php add:

if(!$order->delivery['state'] && !$retry)
{
if($osCsid) { $tag_osCsid = '&osCsid=' . $osCsid; }
header('Location: ' . $PHP_SELF . '?retry=1' . $tag_osCsid); 
}

 

right above:

?>
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html <?php echo HTML_PARAMS; ?>>
<head>

 

I'm going to work on a better fix when I get a chance this weekend, but if someone else has already fixed the root of the problem please post it.

Thanks,

Mike G.

Attribute Manager: http://downloads.ephing.com

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...