USPS International Shipping API updated

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Looks like the International Shipping API for NopCommerce is different to whats in production at USPS.

Here's what I get when I try to call the production API:

USPS Error returned: Error Desc: API Authorization failure. IntlRateV2 is not a valid API name for this protocol.

Looks like they may have updated to V3 or V4. I cant seem to find the version number nopCommerce is calling in the code so I can change, recompile and test.
12 years ago
https://www.nopcommerce.com/boards/t/15722/listings-removed-from-google-missing-shipping_weight-attribute.aspx
12 years ago
Sorry dont understand. How is the google issue related to the usps api? Have i missed something?
12 years ago
Oops, wrong link.
https://www.nopcommerce.com/boards/t/14719/estimate-shipping-configuration-upsusps-ratev4-is-not-a-valid-api.aspx#64724
12 years ago
Thanks but in this case it was user error :) as i switched to the production api, i didnt change the dll from shippingapitest.dll to what it should have been as shippingapi.dll. Its also important to not use the secure host but use the production host. Did that and it called fine.

I have found a formatting issue though as the text for the shipping option is now so long that it pushes the text off the frame. Want a screenshot? That said not sure how i post it here..l
12 years ago
mkleef wrote:
I have found a formatting issue though as the text for the shipping option is now so long that it pushes the text off the frame. Want a screenshot? That said not sure how i post it here..l

You can't post it here, but you can upload it to any picture sharing hosting
12 years ago
OK heres a link to Flickr. http://www.flickr.com/photos/76085162@N03/6833887212/in/photostream
Notice that the long string shipping info pushed the entire purchase list out of the frame.
Is this just a CSS fix thats easy to slot in?
12 years ago
I see that you're using a custom theme. I think it's better to do not have a black background on your order totals.
12 years ago
Its actually the standard dark orange theme. I think you may have missed tthe point that the shipping text is pushing the rest out of the main frame. It probably should word wrap it instead. Fwiw it doesnt matter what theme i use, it still does it.
12 years ago
Ive fixed it. Its a CSS issue. Frame width is too small to fit it.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.