USPS, UPS, etc

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 лет назад
nopCommerce team | a.m. wrote:
...but USPS is still unfinished
...I am going to continue to debug that.
It works fine for me. Please post your result after debugging here


Nevermind!  Works fine.  It was my own code changes for this same issue that was interfering in USPSStrings.
13 лет назад
For those interested, I have integrated all of the UPS, USPS, and FedEx changes here as a fork of 1.8.0 on BitBucket.

https://bitbucket.org/Sumo/nopcommerce-fork/

This allows me to easily incorporate the next version without losing customizations if they have not yet become part of mainline.
13 лет назад
Thanks a lot for these mods. They are great. I really hope the are added in the next release. I am using all three of them with out a problem.
13 лет назад
One thing I may end up having to work on as modifications to these 3 mods is in dealing with insurance.  None of the providers handle insurance and the UPS one doesn't seem to properly handle the automatic insurance per $100 of value that is possible.  I'll be getting some info directly from a UPS rep shortly and will likely work on this issue somehow, unless someone has an idea of how to accomplish this in a better way.
13 лет назад
msumerano wrote:
One thing I may end up having to work on as modifications to these 3 mods is in dealing with insurance.  None of the providers handle insurance and the UPS one doesn't seem to properly handle the automatic insurance per $100 of value that is possible.  I'll be getting some info directly from a UPS rep shortly and will likely work on this issue somehow, unless someone has an idea of how to accomplish this in a better way.


UPS insurance has been implemented in this changeset:
http://bitbucket.org/Sumo/nopcommerce-fork/changeset/bcaa26905b9e

I will eventually make that a downloadable mod.
13 лет назад
msumerano wrote:
One thing I may end up having to work on as modifications to these 3 mods is in dealing with insurance.  None of the providers handle insurance and the UPS one doesn't seem to properly handle the automatic insurance per $100 of value that is possible.  I'll be getting some info directly from a UPS rep shortly and will likely work on this issue somehow, unless someone has an idea of how to accomplish this in a better way.


Unfortunately, the current USPS rates API doesn't support insurance calculations for domestic shipments.  It does for international.

See docs here: http://www.usps.com/webtools/_pdf/Rate-Calculators-v2-3.pdf

So, I will likely not work on this yet as to implement, I'd have to write all of the logic for their insurance calculations.

Insurance rates: http://www.usps.com/prices/insurance-prices.htm
13 лет назад
New features just added in my 1.8.0 fork (now at v1.8.4):

1. USPS now supports international insurance.  Insurance is currently automatically added to the rate if insurance is enabled in the USPS config.

2. Both UPS & USPS now support minimum rates (no matter what).  If you set it to $5.95 and the live rate is below that, the rate will be $5.95.

As always, USE AT YOUR OWN RISK!

http://bitbucket.org/Sumo/nopcommerce-fork/downloads

And, if you find any issues with this fork, do not hesitate to log an issue in the issue tracker...

msumerano wrote:
One thing I may end up having to work on as modifications to these 3 mods is in dealing with insurance.  None of the providers handle insurance and the UPS one doesn't seem to properly handle the automatic insurance per $100 of value that is possible.  I'll be getting some info directly from a UPS rep shortly and will likely work on this issue somehow, unless someone has an idea of how to accomplish this in a better way.

Unfortunately, the current USPS rates API doesn't support insurance calculations for domestic shipments.  It does for international.

See docs here: http://www.usps.com/webtools/_pdf/Rate-Calculators-v2-3.pdf

So, I will likely not work on this yet as to implement, I'd have to write all of the logic for their insurance calculations.

Insurance rates: http://www.usps.com/prices/insurance-prices.htm
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.