Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

International shipping rates are broken


Axelerator

Recommended Posts

Posted

Hello guys,

 

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?

 

osCommerce version is osCommerce 2.2-MS2.

Posted

My international customers informed me of this a long time ago and I fixed it by uninstalling my USPS module and installing the Feb 26, 2010 version of http://addons.oscommerce.com/info/487. As always, backup before doing stuff like this.

 

Thanks for your answer.

 

How can I reinstall this module? Should I replace usps.php file only?

Posted

Alexander,

 

You are always better in reinstall the entire contribution unless a file patch is offered.

 

 

 

Chris

Posted

Alexander,

 

You are always better in reinstall the entire contribution unless a file patch is offered.

 

Chris

 

Thank you, Cris.

 

I'm looking for the reinstalling instructions for this addon http://addons.oscommerce.com/info/487. I found instructions for install and update from previous versions only. There is no instruction for uninstall.

 

The question is how to uninstall USPS Module correctly?

 

osCommerce v2.2

usps.php, v 1.3 2005/12/24

 

I will appreciate you help.

Posted

OK, guys.

 

I fixed it. In my case I modified this two files:

 

shipping.php

usps.php

 

I changed the type:

'Priority Mail International (6 - 10 Days)' to

'Priority Mail International (6 - 10 business days)'

 

I hope that it will help to somebody.

Archived

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

×
×
  • Create New...