linder60 Posted July 22, 2010 Posted July 22, 2010 Hi all, I am currently using usps.php,v 1.47, I've been using this for quite some time now. Then suddenly this week no matter what shipping method on the USPS module is picked, it switches the shipping to Express, no matter if it's domestic or international. Does anyone know if the USPS did something with their software or server that is causing this, and is there a fix you might know of. Thank you, Linda Quote
linder60 Posted July 22, 2010 Author Posted July 22, 2010 Hi again, Update, I did the change - make everything in domestic Caps, and it works the domestic is now working fine again. The international is still acting up, ugh. This is the part of the code I worked on to get the domestic to work. and the international that isn't working yet. $this->types = array('EXPRESS' => 'Express Mail', 'FIRST CLASS' => 'First-Class Mail', 'PRIORITY' => 'Priority Mail', 'PARCEL' => 'Parcel Post'); $this->intl_types = array('GXG DOCUMENT' => 'Global Express Guaranteed Document Service', 'GXG NON-DOCUMENT' => 'Global Express Guaranteed Non-Document Service', 'EXPRESS' => 'Global Express Mail (EMS)', 'PRIORITY LG' => 'Global Priority Mail - Flat-rate Envelope (large)', 'PRIORITY SM' => 'Global Priority Mail - Flat-rate Envelope (small)', 'PRIORITY VAR' => 'Global Priority Mail - Variable Weight Envelope (single)', 'AIRMAIL LETTER' => 'Airmail Letter Post', 'AIRMAIL PARCEL' => 'Airmail Parcel Post', 'SURFACE LETTER' => 'Economy (Surface) Letter Post', 'SURFACE POST' => 'Economy (Surface) Parcel Post'); Thanks again, Linda Quote
digipete Posted August 5, 2010 Posted August 5, 2010 This worked for me! (Just thought this deserved a bump) dP Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.