Redwynn Posted August 22, 2006 Share Posted August 22, 2006 I managed to edit the US shipping options to only Express Mail and Priority mail settings in the USPS shipping module. How do I setup ONLY Global Priority for international orders? I tried commenting the other items out, but I can NOT for the life of me get it to work without errors. Please HELP! :'( Link to comment Share on other sites More sharing options...
Redwynn Posted August 22, 2006 Author Share Posted August 22, 2006 I managed to edit the US shipping options to only Express Mail and Priority mail settings in the USPS shipping module. How do I setup ONLY Global Priority for international orders? I tried commenting the other items out, but I can NOT for the life of me get it to work without errors. Please HELP! :'( At line 51 in includes/modules/shipping/usps.php, I did this.. commented out the other options. So why are they all still available for Canada?!? $this->intl_types = array('Priority Var' => 'Global Priority Mail - Variable Weight Envelope (single)'); // 'GXG Document' => 'Global Express Guaranteed Document Service', // 'GXG Non-Document' => 'Global Express Guaranteed Non-Document Service', // 'Express' => 'Global Express Mail (EMS)', // 'Airmail Letter' => 'Airmail Letter Post', // 'Airmail Parcel' => 'Airmail Parcel Post', // 'Surface Letter' => 'Economy (Surface) Letter Post', // 'Surface Post' => 'Economy (Surface) Parcel Post'); // 'Priority Lg' => 'Global Priority Mail - Flat-rate Envelope (large)', // 'Priority Sm' => 'Global Priority Mail - Flat-rate Envelope (small)'); Link to comment Share on other sites More sharing options...
Redwynn Posted August 22, 2006 Author Share Posted August 22, 2006 any help would be appreciated - customers are dying to get this worked out! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.