Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
First Class is 13oz and you are testing with 1.05lbs ...
Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
Thanks for the update that all is right in the world ... :cool:
Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
I have 1.3.9 installed and installed the USPS v15 RateV3 and when I save the settings I get this error.
The parameters set in Package Dimensions Config #1 are invalid, please enter valid shipping parameters. Current setting will be overridden with default: 'regular;+'
In the old version of the USPS module, there was a text box for this setting, but in the new version there is no text box. What do I do to fix the error?
Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
The other version for RateV4 made changes to the file:
/admin/modules.php
you might look at that and take out those changes so you do not see that error message ...
Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
I never installed that version. My modules.php is from 6/11/11. It was not changed when I loaded the new mod. In the file I downloaded for the new mod, it had only 2 usps.php files in it.
Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
If you used the USPS shipping that had:
Quote:
The parameters set in Package Dimensions Config #1 are invalid, please enter valid shipping parameters. Current setting will be overridden with default: 'regular;+'
There was a change in that to the:
/admin/modules.php
You might compare that file to a clean one ...
Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
I'm going a little crazy with this module.
My store super heavily modified 1.3.8a (updating to 1.5 but it's going to take a few more months I need to update the shipping module meanwhile)
I've tried everything and I can't get small flat rate box to show on the shipping quotes the way is supposed to.
The issue:
I'm trying to quote shipping for 3 products of the same exact size with a weight of 5 oz each.
Each product measures 3.5" x 2.5" x 1". The three products I know fit perfectly in a small flat rate box.
I'm using the Shipping Quote Options Filtering by volume, and adding a volume of 9 to the product in the weight area as per the instructions on the module
0.31250000009
(0.3125 is the actual weight of the product 0000009 9 cubic inches for the volume of the product rounded up - the actual number is 8.75)
If I add 2 of these products to the cart, small flat rate shows fine along with medium flat rate box, large flat rate box and parcel.
If I add 3 of these products to the cart, small flat rate, large flat rate and medium flat rate won't show.
It makes no absolute sense.
My settings below:
United States Postal Service
You will need to have registered a Web Tools account with USPS at their website to use this module.
USPS expects you to use pounds as weight measure for your products.
Enable USPS Shipping
True
Enter the USPS Web Tools User ID
XXXXXXXXXXXX
Which server to use
production
Handling Fee - US
0.25
Handling Fee - International
2.500
Handling Per Order or Per Box
Order
Percent Shipping Discount
0
Quote Sort Order
Price
Tax Class
Michigan Taxes
Tax Basis
Shipping
Shipping Zone
--none--
Sort Order
4
All Packages are Machinable
true
International Quote Options
--none--
Domestic Quote Options
--none--
USPS Options
Display transit time
Package Dimensions Config
8.5x5.25x1.5;1.5 10x7x5;15 regular;+
Enable Commercial Shipping
N
Domestic Shipping - Commercial Services
--none--
Domestic Shipping Methods
Express Mail, Priority Mail, Priority Mail Large Flat Rate Box, Priority Mail Medium Flat Rate Box, Priority Mail Small Flat Rate Box, First-Class Mail Package, Parcel Post
International Shipping Methods
Global Express Non-Doc Rect, Express Mail Int, Priority Mail International
Shipping Quote Options Filtering
Volume
Debug Mode
Off
Thanks for the help!!
Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
What happens if you change package dimensions to
Package Dimensions Config
regular;+
and set debug to xml so that you can see the debug messages at the top of the shipping estimator
Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread
Same thing.
For 2 products small, medium, large flat rates show fine.
For 3 products small, medium, large flat rates disappear.
This is the message I get with the debug:
weight: +lb, dimensions: regular
Setting dimensions: l=12 w=12 h=12 for Weight: 0.98438
Thanks for looking into it! =o)