Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

USPS PriorityMailIntl


aerosmith

Recommended Posts

GOod Evening

 

The topic for a few days now that USPS advised of changes August 2nd, I seem to be having issues with the following option for usps.

 

PriorityMailIntl

 

 

I tried changing according to the email a wild guess change, to no availability, same issue,

 

$this->types = array('EXPRESS' => 'Express Mail',

'FIRST CLASS' => 'First Class Mail',

'PRIORITY' => 'Priority Mail',

'PARCEL' => 'Parcel Post',

'BPM' => 'Bound Printed Matter',

'MEDIA' => 'Media Mail');

 

$this->intl_types = array('GLOBAL EXPRESS' => 'Global Express Guaranteed',

'GLOBAL EXPRESS NON-DOC RECT' => 'Global Express Guaranteed Non-Document Rectangular',

'GLOBAL EXPRESS NON-DOC NON-RECT' => 'Global Express Guaranteed Non-Document Non-Rectangular',

'EXPRESS MAIL INT' => 'Express Mail International (EMS)',

'EXPRESS MAIL INT FLAT RATE ENV' => 'Express Mail International (EMS) Flat Rate Envelope',

'PriorityMailIntl' => 'Priority Mail International',

'PRIORITY MAIL INT FLAT RATE ENV' => 'Priority Mail International Flat Rate Envelope',

'PRIORITY MAIL INT FLAT RATE BOX' => 'Priority Mail International Flat Rate Box',

'FIRST CLASS MAIL INT' => 'First-Class Mail International Package');

 

 

is my content of the file.

 

 

the error that i get is.the generic contact the admin/host to get the postage.

 

 

Can anyone help me please :)

Link to comment
Share on other sites

  • 2 weeks later...

GOod Evening

 

The topic for a few days now that USPS advised of changes August 2nd, I seem to be having issues with the following option for usps.

 

PriorityMailIntl

 

 

I tried changing according to the email a wild guess change, to no availability, same issue,

 

$this->types = array('EXPRESS' => 'Express Mail',

'FIRST CLASS' => 'First Class Mail',

'PRIORITY' => 'Priority Mail',

'PARCEL' => 'Parcel Post',

'BPM' => 'Bound Printed Matter',

'MEDIA' => 'Media Mail');

 

$this->intl_types = array('GLOBAL EXPRESS' => 'Global Express Guaranteed',

'GLOBAL EXPRESS NON-DOC RECT' => 'Global Express Guaranteed Non-Document Rectangular',

'GLOBAL EXPRESS NON-DOC NON-RECT' => 'Global Express Guaranteed Non-Document Non-Rectangular',

'EXPRESS MAIL INT' => 'Express Mail International (EMS)',

'EXPRESS MAIL INT FLAT RATE ENV' => 'Express Mail International (EMS) Flat Rate Envelope',

'PriorityMailIntl' => 'Priority Mail International',

'PRIORITY MAIL INT FLAT RATE ENV' => 'Priority Mail International Flat Rate Envelope',

'PRIORITY MAIL INT FLAT RATE BOX' => 'Priority Mail International Flat Rate Box',

'FIRST CLASS MAIL INT' => 'First-Class Mail International Package');

 

 

is my content of the file.

 

 

the error that i get is.the generic contact the admin/host to get the postage.

 

 

Can anyone help me please :)

 

I see that PriorityMailIntl is the only option in your file that is not in all caps... maybe make that all caps?

I just looked at my file and here's what I have listed there:

$this->intl_types = array('GLOBAL EXPRESS' => 'Global Express Guaranteed',
               'GLOBAL EXPRESS NON-DOC RECT' => 'Global Express Guaranteed Non-Document Rectangular',
               'GLOBAL EXPRESS NON-DOC NON-RECT' => 'Global Express Guaranteed Non-Document Non-Rectangular',
               'EXPRESS MAIL INT' => 'Express Mail International',
               'EXPRESS MAIL INT FLAT RATE ENV' => 'Express Mail International Flat-Rate Envelope',
               'PRIORITY MAIL INT' => 'Priority Mail International',
               'PRIORITY MAIL INT FLAT RATE ENV' => 'Priority Mail International Flat-Rate Envelope',
               'PRIORITY MAIL INT FLAT RATE BOX' => 'Priority Mail International Medium Flat Rate Box',
               'PRIORITY MAIL INT FLAT RATE BOX' => 'Priority Mail International Large Flat Rate Box',
               'FIRST-CLASS MAIL INT' => 'First-Class Mail International Package');

 

See if that works for you... hope this helps!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...