Jump to content

International shipping rates are broken


Axelerator

Recommended Posts

Hello guys,

 

We are using osCommerce v 2.2-MS2 (It is old version, but we made a lot of changes here). Two month ago international shipping (Priority Mail International) stopped working. But we didn't change anything in this area. Domestic shipping is working fine, but international is not.

 

Result:

When international customer is trying to checkout his order he sees:

"Priority Mail International (6 - 10 Days) (Not Available in Your Area) $0.00"

 

I tried to change existing 'Priority Mail Int' to 'PRIORITY MAIL INT' or 'PriorityMailIntl' in this mapping:

                $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',
                        '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 Flat Rate Box',
                        'First-Class Mail Int'                          => 'First-Class Mail International'
                );

 

but it doesn't help.

 

Did anybody face this issue?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.