I just downloaded USPS Methods 6.1 to use on our OSCommerce 2.2RC1 store.
In the installation instructions, it says:
NOTE: SELECTING ANY GIVEN SHIPPING METHOD DOES NOT ENSURE IT WILL BE
AVAILABLE TO YOUR CUSTOMERS. USPS RETURNS A SET OF POSSIBLE SHIPPING METHODS
DEPENDING ON POINT OF ORIGIN AND DESTINATION, AND THIS CONTRIBUTION MERELY
FILTERS THEM SO THAT NON-SELECTED METHODS ARE NOT PRESENTED TO THE CUSTOMER
AS CHOICES.
I have Express Mail, pretty much all the Priority Mail, First Class, etc. options selected.
What I'm finding in my testing is that the module is offering me (as a testing customer)
Express Mail
Priority Mail Large Flat Rate Box
Priority Mail (just the regular)
Parcel Post
First Class Mail
What I find odd is that it is only offering me the Priority Mail Large Flat Rate Box, and none of the other Flat Rate Boxes.
If I remove the Priority Mail Large Flat Rate Box option on the configuration page, then I don't get any other Priority Mail Flat Rate option.
Does anyone else have this problem?
Does anyone have any ideas what may be causing this?
Any help / feedback will be greatly appreciated.
Latest News: (loading..)
8 replies to this topic
#1
Posted 13 September 2011, 18:04
#2
Posted 13 September 2011, 18:29
Nicholas,
I think the returned available options from USPS rely on the item weight. If the item is heavy, then the LARGE Flat rate box may be the only method USPS offers for a heavy item.
Chris
I think the returned available options from USPS rely on the item weight. If the item is heavy, then the LARGE Flat rate box may be the only method USPS offers for a heavy item.
Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
#3
Posted 13 September 2011, 19:18
It happens even if the shipping weight is 2.2 lbs.
#4
Posted 12 October 2011, 11:00
I'm having a same problem? International is working perfect but not the Domestic. All domestic priority flat rate envelope not show up...
Edited by kb6mcc, 12 October 2011, 11:02.
#5
Posted 13 October 2011, 02:52
Problem resolved.. edit the usps.php at \catalogs\includes\modules\shipping\
at the line #299
change the following to CAP LETTER
'Priority Mail Flat Rate Envelope' => 'FLAT RATE ENVELOPE',
at the line #299
change the following to CAP LETTER
'Priority Mail Flat Rate Envelope' => 'FLAT RATE ENVELOPE',
Edited by kb6mcc, 13 October 2011, 02:52.
#7
Posted 29 December 2011, 19:17
The answer for
The answer for me was to capitalize FLAT in the line.
mlavanish, on 06 December 2011, 17:25, said:
I am having the same problem. Has anyone solved this? Looked at Ken's solution, but line 299 of usps.php in USPS Methods 6.1 is
Thanks.
'CU' => 'Cuba',
Thanks.
The answer for me was to capitalize FLAT in the line.
'Priority Mail Small Flat Rate Box' => 'SM FLAT Rate Box',
#8
Posted 30 December 2011, 00:24
Although I solved my previous problem of Domestic "Priority Mail Small Flat Rate Box" not showing, now I am experiencing the same problem with "Priority Mail International Small Flat Rate Box" not showing. Does anyone have this option working in their install? Does anyone have a fix?
Thanks!
Thanks!
#9
Posted 30 December 2011, 17:39
FOLLOWUP: Upon further research, I believe the correct way to solve this problem is by putting in very accurate dimensions for the package sizes. For example, for shipments up to 5 pounds, a small flat rate box is 8.625 x 5.375 x 1.625. Once these were added domestic and international flat rate box options showed accurately.














