in usps.php
Locate
list($type, $cost) = each($uspsQuote[$i]);
Add these lines after it
$type = str_replace(‘<sup>&reg;</sup>’, ”, $type);
$type = str_replace(‘<sup>&trade;</sup>’, ”, $type);
$type = str_replace(‘**’, ”, $type);
This removes the everything that was added by USPS that was causing errors on the site. It also fixes the international issue (response had added a ** to the end of the title).
thanks
http://www.oscommerce.com/community/contributions,487
If you need paid support you can use the contact us in the site