I just upgraded from 1.4.0.1 to 1.6.2 and now my USPS shipping option isn’t showing up at all. I have it enabled in the admin along with UPS. UPS is displaying normally, but there isn’t even a spot on the front-end that shows USPS (even to say that there aren’t any available methods for that carrier). Anyone have any ideas?
I then added an item to my shopping cart and requested a shipping quote. The debug statement output this…
<?xml version="1.0"?> <RateV4Response> <Package ID="0"> <Error> <Number>-2147219407</Number> <Source>DomesticRatesV4;clsRateV4.ValidateContainer;RateEngineV4.ProcessRequest</Source> <Description>RECTANGULAR is an invalid container type for a REGULAR package and ALL service.</Description> <HelpFile></HelpFile> <HelpContext>1000440</HelpContext> </Error> </Package> </RateV4Response>
So apparently Rectangular is no longer valid? In any event, I changed my container type in the admin to “variable”, removed the debug statement and now everything appears to be working. Phew!