
Originally Posted by
NDboots
I guess I should of replied here with your comment:
The weight of package was 1 pound, on this following. I had handling fee on the USA and International package shipping option, and also in earlier handling fees in the module, so I probably should delete one area of them, as it appears it added in both too. But the price quotes of $10.10 and $11.30 are what the USPS gave me when I checked on the USPS website. It's just that they are all getting added twice on the estimates.
2025-12-04 14:32:27:
Adding option : Ground Advantage
Price From Quote : $10.10 , Method Handling : $2.35 , Order Handling : $2.35 , Extra Services: $10.10
Final Price (Quote + Handling + Order Handling + Services) * # of Boxes (1) : $24.90
2025-12-04 14:32:27:
Adding option : Priority Mail
Price From Quote : $11.30 , Method Handling : $2.35 , Order Handling : $2.35 , Extra Services: $11.30
Final Price (Quote + Handling + Order Handling + Services) * # of Boxes (1) : $27.30
This is being fixed in an update being published later today or in the morning. For anyone wanting a quick fix now:
In EITHER version (unencapsulated or encapsulated), find line 728 in /includes/modules/shipping/uspsr.php:
PHP Code:
$extraServices += $price;
Replace THAT line with:
PHP Code:
$extraServices += $method_price;
Evidently, I didn't do a thorough enough job to make sure all the variable names were unique.