No shipping options were found
-
I have this plugin on 2 sites, works on one site but not on the other. I was up late last night trying to resolve the issue and I’m still getting the “No shipping options were found” in the cart or during checkout. I fear it’s a simple correction that I’m just missing, but I am currently stumped on how to fix this.
I have double checked the configuration and compared the settings on the functional website vs the one having issues. My USPS Web Tools API USERID has also been verified/approved and shows that the API Connection Status is OK.
Hoping a fresh set of eyes or someone’s suggestions might help me see what might be wrong and why this site is giving me the “No shipping options were found” error.
Debug Mode:
USPS Live Rates: Request to USPS API<?xml version="1.0" encoding="UTF-8"?> <RateV4Request USERID="7XLABRE007881"> <Revision>2</Revision> <Package ID="1"> <Service>ONLINE</Service> <ZipOrigination>91107</ZipOrigination> <ZipDestination>91105</ZipDestination> <Pounds>0</Pounds> <Ounces>1.6</Ounces> <Container></Container> <Value>20</Value> <SpecialServices> <SpecialService>100</SpecialService> </SpecialServices> <Machinable>true</Machinable> </Package> </RateV4Request>
Endpointurl
https://secure.shippingapis.com/ShippingAPI.dll
USPS Live Rates: USPS API Response
<?xml version="1.0" encoding="UTF-8"?> <RateV4Response> <Package ID="1"> <Error> <Number>-2147219498</Number> <Source>RateEngineV4;RateV4.ProcessRequest</Source> <Description>Please enter a valid ZIP Code for the sender. </Description> <HelpFile/> <HelpContext/> </Error> </Package> </RateV4Response>
The page I need help with: [log in to see the link]
- The topic ‘No shipping options were found’ is closed to new replies.