Quote Originally Posted by Ajeh View Post
Typo on my part ...
USPS module, I entered this:

$submission_value = ($insurable_value > $max_usps_allowed_price) ? $max_usps_allowed_price : $insurable_value;
// Force $0.00 - on International
$submission_value = 0;


Still not getting the flats/envelopes rate :-(