Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Global Priority ONLY


Redwynn

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...