An error occured with the USPS shipping calculations. If you prefer to use USPS as your shipping method, please contact the store owner.
The unaltered code looks like this:
$http = new httpClient();
if ($http->Connect('production.shippingapis.com', 80)) {
$http->addHeader('Host', 'production.shippingapis.com');
$http->addHeader('User-Agent', 'osCommerce');
$http->addHeader('Connection', 'Close');
if ($http->Get('production.shippingapis.com/shippingapi.dll?' . $request)) $body = $http->getBody();
If the transaction is performed from a secure page (that starts with https) does this code need to be changed in any way? Any ideas why I'm getting an error? I have enabled the module, updated my zip (5 characters only), set the Sort Order to 1, of course added my username and password but not joy.
Any help would be much appreciated. Thanks.
Edited by lplplpx3, 16 July 2012 - 08:00 PM.









