Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Has the usps shipping module changed in v1.5.7c?

Has the usps shipping module changed in v1.5.7c?

Views: 1,383

Results 1 to 8 of 8
30 Apr 2021, 11:43 AM
#1
helenewallis avatar

helenewallis

Totally Zenned

Join Date:
Jun 2016
Location:
Suffolk VA
Posts:
625
Plugin Contributions:
0

Has the usps shipping module changed in v1.5.7c?

My USPS shipping module is heavily customized to provide the most appropriate shipping choices (most of the time anyway) for our products. For example, if someone orders a quantity that requires a minimum size of standard USPS box, they won't be presented with the choice of a smaller box. If I can use the same one in v1.5.7c it will save me a lot of trouble copying those changes over.

30 Apr 2021, 3:15 PM
#2
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,693
Plugin Contributions:
56

Re: Has the usps shipping module changed in v1.5.7c?

The USPS shipping module is released on a different schedule from Zen Cart. As long as you use the latest one from the downloads, you'll be ok.

30 Apr 2021, 9:59 PM
#3
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Has the usps shipping module changed in v1.5.7c?

Further if your customization uses the notifier/observer system, then an upgraded version should (in a large number of cases) remain compatible with the customizations. Depending on how those are applied, there may be little to no adjustments necessary when the base plugin is updated other than accounting for php related differences.

1 May 2021, 10:34 PM
#4
helenewallis avatar

helenewallis

Totally Zenned

Join Date:
Jun 2016
Location:
Suffolk VA
Posts:
625
Plugin Contributions:
0

Re: Has the usps shipping module changed in v1.5.7c?

mc12345678:

Further if your customization uses the notifier/observer system, then an upgraded version should (in a large number of cases) remain compatible with the customizations. Depending on how those are applied, there may be little to no adjustments necessary when the base plugin is updated other than accounting for php related differences.

The customization doesn't use the notifier/observer system. It just excludes various shipping choices depending on things such as product quantity and size (the customer can't specify shipping in a Small Flat Rate box if the product won't fit in that, for example). Our inventory is standardized enough that this works well for us and allows the customer to choose the least expensive shipping option for them. It has been very popular. Looks like I'll be doing some copy/paste to move it into the latest USPS module, though. Thanks, both of you.

1 May 2021, 11:24 PM
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Has the usps shipping module changed in v1.5.7c?

HeleneWallis:

Looks like I'll be doing some copy/paste to move it into the latest USPS module, though.
WinMerge makes easy work of such things. (Or any other text-file-comparison app.)

2 May 2021, 12:05 PM
#6
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,085
Plugin Contributions:
56

Re: Has the usps shipping module changed in v1.5.7c?

HeleneWallis:

The customization doesn't use the notifier/observer system. It just excludes various shipping choices depending on things such as product quantity and size (the customer can't specify shipping in a Small Flat Rate box if the product won't fit in that, for example). Our inventory is standardized enough that this works well for us and allows the customer to choose the least expensive shipping option for them. It has been very popular. Looks like I'll be doing some copy/paste to move it into the latest USPS module, though. Thanks, both of you.
If you identify the cut/paste locations where you're needing those customizations in the USPS shipping module, I can update that module to include notifications at those (and any other points that storeowners are using) so that this isn't as painful on the next USPS update. Any requests should be posted to the USPS support thread for a wider audience view: https://www.zen-cart.com/showthread.php?227284-USPS-Shipping-Module-Support-Thread

2 May 2021, 10:33 PM
#7
helenewallis avatar

helenewallis

Totally Zenned

Join Date:
Jun 2016
Location:
Suffolk VA
Posts:
625
Plugin Contributions:
0

Re: Has the usps shipping module changed in v1.5.7c?

lat9:

If you identify the cut/paste locations where you're needing those customizations in the USPS shipping module, I can update that module to include notifications at those (and any other points that storeowners are using) so that this isn't as painful on the next USPS update. Any requests should be posted to the USPS support thread for a wider audience view: https://www.zen-cart.com/showthread.php?227284-USPS-Shipping-Module-Support-Thread

I'm using an older version. As soon as I get ZC1.57c up and running, and those additions installed (and verified to be working), I'll get back to you with the points in the code, and thanks.

2 May 2021, 10:34 PM
#8
helenewallis avatar

helenewallis

Totally Zenned

Join Date:
Jun 2016
Location:
Suffolk VA
Posts:
625
Plugin Contributions:
0

Re: Has the usps shipping module changed in v1.5.7c?

DrByte:

WinMerge makes easy work of such things. (Or any other text-file-comparison app.)

Yes, I use that for situations where there are a lot of things scattered throughout a file. In this case, it's two blocks of text that I can easily lift from one and insert in the other.