Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted

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

  • 2 weeks later...

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...