We've come a long way since the old "you must remove and re-install" days!
Thanks for your hard work on this plugin.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Any plan to support UPS ground saver? It seems cheaper than the regular UPS ground.
https://blog.stamps.com/ups-ground-saver/
stamps.com users can create shipping labels for UPS ground saver now.
Here is more information:
https://support.pirateship.com/en/ar...u-need-to-know
Packages must be at least 4” high, 6” long, and .75” wide (4 x 6 x 0.75") and may not exceed 130” in length & girth combined
No one dimension can exceed 60” in length
Maximum weight is 70 lbs per package
Packages that weigh less than 1 lb will be subject to a minimum billable weight of 1 lb
Note: If you ship a package with UPS Ground Saver that exceeds any of the above weight and size restrictions, UPS will hit you with an "Over Maximum Limits" surcharge, which is $1,150
Last edited by njcyx; 5 Dec 2023 at 05:48 PM.
I've reviewed UPS' current documentation on their RESTful API and I don't see any reference to "Ground Saver" in the list of "Service Codes" returned.
Hi @lat9, thanks for your reply.
It seems ground saver cannot be found under ups website. Maybe it is still a pilot program now. Here are some developer information I found which are surepost related. I'm not sure if any difference between surepost and ground saver. Maybe UPS just rebranded surepost into ground saver.
https://www.ups.com/worldshiphelp/WS..._Shipments.htm
https://stackoverflow.com/questions/...s-surepost-api
Here is the service codes for surepost (posted back in 2017):
92: UPS SurePost Less than 1LB
93: UPS SurePost 1LB or greater
94: UPS SurePost BPM
95: UPS SurePost Media Mail
At least, the example shipping label pirateship uses for ground saver is surepost label.
https://support.pirateship.com/en/ar...u-need-to-know
I continue to wonder why the UPS Shipping module cannot use the shipping address to determine COM vs RES and bring back the appropriate rate. (WOrldship does this, so clearly UPS has the info.). It seems so logical - and can make a big difference (particularly for our relatively heavy items) in whether we are grossly over-charging for shipping (charging RES to a COM customer) or upside down (charging COM to a RES customer).
We were able to accomplish this via modifying the plugin, but having this capability as vanilla code seems obviously beneficial.
v1.3.0 of the UPS Oauth/Restful shipping module is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2374
This release contains changes associated with GitHub issue #22, enabling per-method handling fees.
Note: If you are upgrading from a previous version, pay particular attention to this Wiki article.
United Parcel Service v1.3.0 - Missing Keys or Out of date you should reinstall! upsoauth
1.5.8a ; php 7.3.33
Upgraded from 1.2.0, I tried this
switch (MODULE_SHIPPING_UPSOAUTH_VERSION) {
case '0.0.1': //- Initial Beta release
case '1.0.0':
case '1.2.0':
case '1.2.2':
$db->Execute(
Which delivers rates, but still the error in admin United Parcel Service v1.3.0 - Missing Keys or Out of date you should reinstall!
PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
**I answer questions in the forum, private messages are not conducive to a helpful community.
PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
**I answer questions in the forum, private messages are not conducive to a helpful community.
v1.3.0 now uses my 'more standard' version_compare switch to determine whether an update is needed so those individual specific-version checks aren't needed.
What are you seeing for the handling fees?
Bookmarks