I'm trying to enable the UPS module for a client... i keep getting "We are unable to obtain a rate quote for UPS shipping." on the step 1 of the checkout process.
So i went to /shop/includes/modules/shipping/ups.php and added "echo $body;" at line 335 (just after the comments "// EOF: UPS USPS"). The result i get from this is "UPSOnLine5%Unsupported country specified%6920 "
First I was getting something to the effect that the postal code must be 5 characters. Being in Canada, we have postal codes of 6. So i knocked off the last character, and I get the above message.
The store address as well as the shipping address I am using to test are both in Canada.
http://www.techorium.com/shop if you want to see it.
Any ideas why Canada is getting this error ?



