I'm using the USPS shipping method and when I add items to my cart that are less than 13 ounces I still get this error message "-2147219434 - First Class mail must weigh 13 ounces or less."
I updated the english.php file to ozs to see if this would help but it didn't.
define('TEXT_PRODUCT_WEIGHT_UNIT','ozs');
// Shipping
define('TEXT_SHIPPING_WEIGHT','ozs');
define('TEXT_SHIPPING_BOXES', 'Boxes');
The item in my cart looks like this.
Total Items: 1 Weight: 1ozs Amount: $22.47
Has anyone run into this issue?![]()




