Ok, so I know the drill, I needed to install the USPS module, I updated with the patch from these forums, I have assigned package dimensions and girth, I have aquired the webtools API ID from usps, I have had them authorize my server access to their production server- and I got nothing. When I first started, I typed in my click n ship username, and it showed up fine when i tried to checkout. I mean there was still an error about perhaps not having the correct username/password- but it was confirmed that USPS shipping was enabled and running. Once I did everything to get the new ID and put it in, immediately I get "Error: No Shipping options are available. Please contact us for assistance!" yada yada. Whattttttt do I do?! Also, there is no place for a password that I found, but when I was given my green light to access the production server from USPS they gave me the ID, and a code or password if you want to call it that. Oh and thanks in advance if you can help!
Sorry to flood, problem solved.
It was an error in this string:
I changed package type to variable instead of rectangular(which was default) and it works great now.
It was an error in this string:
Code: Select all
2011-07-08 22:09:37 - USPS DATA RECV: <?xml version="1.0"?><RateV4Response><Package ID="1"><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>
Yea, in 1.4.9.5 I've fixed this to force variable when using regular package type to avoid this silly error that makes no sense to me.djcprone wrote:Sorry to flood, problem solved.
It was an error in this string:
I changed package type to variable instead of rectangular(which was default) and it works great now.Code: Select all
2011-07-08 22:09:37 - USPS DATA RECV: <?xml version="1.0"?><RateV4Response><Package ID="1"><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>
Who is online
Users browsing this forum: No registered users and 1 guest