Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Narrowing down number of int options with USPS


bikiniduck

Recommended Posts

My current issue is that there are too many shipping options given to international customers. I just want them to see the flat rate envelopes, and First class mail options. I went in and commented out the file like shown below, but when an international customer goes to check out, every single option is shown to them. This used to work in the past, I dont know why its not working now. Did USPS update something server side?

If I need to update my shipping module to work again, what contribution should I use? I havent had to mess with shipping modules for 2-3 years now, I cant even remember what I installed in the first place <_<

 

Any help is welcome, as I am at a loss as to why its not working.

 

Thanks for the help,

--Martin--

 

      $this->types = array('EXPRESS' => 'Express Mail',
                          'FIRST CLASS' => 'First-Class Mail',
                          'PRIORITY' => 'Priority Mail',
                        //  'PARCEL' => 'Parcel Post'
					 );

     $this->intl_types = array(
  							//'Global Express Guaranteed',
                             //  'Global Express Guaranteed Non-Document Rectangular',
                              // 'Global Express Guaranteed Non-Document Non-Rectangular',
                              // 'Express Mail International (EMS)',
                               'Express Mail International (EMS) Flat Rate Envelope',
                              // 'Priority Mail International',
                               'Priority Mail International Flat Rate Envelope',
                              // 'Priority Mail International Flat Rate Box',
                               'First-Class Mail International'
							);

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