dionn Posted September 9, 2003 Posted September 9, 2003 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
hnorfleet Posted September 25, 2003 Posted September 25, 2003 I have the same Missing ConsigneeContry error (see post at http://www.oscommerce.com/forums/index.php?sho...0entry232644) I hope one of us gets a reply soon.
aymart Posted October 31, 2003 Posted October 31, 2003 Was a solution found for this problem? I recently encountered it as well and cannot find a solution in the forums. Thank you.
aymart Posted October 31, 2003 Posted October 31, 2003 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.
Greeves Posted April 9, 2004 Posted April 9, 2004 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.