Posted - 08/15/2020 : 19:28:13
Hi, the weight limit for first class mail is actually 13oz, officially. Rate chart here - https://pe.usps.com/text/dmm300/Notice123.htm#_c037 https://www.usps.com/ship/first-class-mail.htm However, commercial users can actually ship first class mail up to 16 ounces. So the USPS API (That serves rates to your site) will not give you a rate, or allow that service over 13oz. Thanks, David :::EDIT::: Actually, first class commercial should probably quote a rate up to 16 ounces. If it's the same website for all of your examples, I would check the weight of the items in the admin and see what that is, and see if you are using the initialpackweight setting in your includes. quote: Set the initial box weight. (Minimum version 6.0.3)
If you want to set the initial weight of your shipping box / packaging, set the following
$initialpackweight=2.5;
Edited by - dbdave on 08/15/2020 19:32:54
|