You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
My USPS Webtools connection is no longer working, and everyone is just charged the flat "I don't know" rate... There's a post in the 5.1 forum (https://forum.kryptronic.com/viewtopic.php?id=19223) about this which includes a fix for 5.1, but I've not seen any information on how to correct the problem in CCP6. Does anyone have any idea what I'd need to do?
In case it helps, the fix in 5.1 is:
Go to ste_ship.pl and find this:
@service_names = ('PRIORITY','EXPRESS','FIRST CLASS','MEDIA','PARCEL');
$service_names{'PRIORITY'} = "USPS Priority Mail";
$service_names{'EXPRESS'} = "USPS Express Mail";
$service_names{'FIRST CLASS'} = "USPS First Class Mail";
$service_names{'MEDIA'} = "USPS Media Mail";
$service_names{'PARCEL'} = "USPS Parcel Post";
When you first get there, only the first letter of each service is capitalized. Changed all to all caps like I have above and you should be good. Works for me...
Thanks! Horrible time of year for USPS to do this... argh.
Offline
I had the same problem and I decided to update from 6.6.2 to the newest release and the problem was fixed.
Offline
Thanks! I didn't see anything about that in the release notes... I could have easily missed something though.
Last edited by mrastro (12-01-2007 10:07:53)
Offline