nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.19k stars 5.28k forks source link

Add USPS Ground Advantage Service #6850

Closed cklenk closed 1 year ago

cklenk commented 1 year ago

Is there any plan on when the USPS plugin will be updated to include the new service?

https://www.usps.com/ship/ground-advantage.htm

Thanks -Cameron

danFbach commented 1 year ago

The newest version available on the nopCommerce site should have it. Issue was just resolved a few weeks ago.

cklenk commented 1 year ago

Okay I will check that out and report back, thank you!

cklenk commented 1 year ago

It looks like it was only updated for Nop 4.6 is that correct? I'm looking for a fix for Nop 4.4.

Thanks -Cameron

glhays commented 1 year ago

Are you using nop source code version 4.40?

If so you can try recompiling with the following change

Nop.Plugin.Shipping.USPS/USPSServices.cs file, change line23 from [First-Class] = "0", to [Ground-Advantage] = "1058",

On Fri, Sep 8, 2023, 1:10 PM Cameron Klenk @.**@.>> wrote:

It looks like it was only updated for Nop 4.6 is that correct? I'm looking for a fix for Nop 4.4.

Thanks -Cameron

— Reply to this email directly, view it on GitHubhttps://github.com/nopSolutions/nopCommerce/issues/6850#issuecomment-1712169929, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKD4KO5HJ4MKVB6NT62UCYLXZN3STANCNFSM6AAAAAA4QOFTKE. You are receiving this because you are subscribed to this thread.Message ID: @.***>

AndreiMaz commented 1 year ago

Already done