Page 10 of 13 FirstFirst ... 89101112 ... LastLast
Results 91 to 100 of 123
  1. #91
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,545
    Plugin Contributions
    89

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by swguy View Post
    Perhaps an even easier solution would be to add a default case at this line. That way new versions wouldn't need to be added each time until there was another database change.
    The version checking process will be updated in the next release, using my more 'standard' version_check implementation.

  2. #92
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,729
    Plugin Contributions
    323

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    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.

  3. #93
    Join Date
    Apr 2019
    Posts
    245
    Plugin Contributions
    0

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    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.

  4. #94
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,545
    Plugin Contributions
    89

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    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.

  5. #95
    Join Date
    Apr 2019
    Posts
    245
    Plugin Contributions
    0

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    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

  6. #96
    Join Date
    Sep 2014
    Location
    Indiana
    Posts
    91
    Plugin Contributions
    0

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by lat9 View Post
    Towards the bottom of the settings, there's

    Quote Type
    Quote for Residential or Commercial Delivery
    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.

  7. #97
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,545
    Plugin Contributions
    89

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    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.

  8. #98
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,027
    Plugin Contributions
    61

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by lat9 View Post
    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. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  9. #99
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,027
    Plugin Contributions
    61

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by lat9 View Post
    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.
    I'm slow this morning LOL...

    Code:
    switch (MODULE_SHIPPING_UPSOAUTH_VERSION) {
                    case '0.0.1':   //- Initial Beta release
                    case '1.0.0':
                    case '1.2.0':
                    case '1.2.2':  
                    case '1.3.0':                              
                          $db->Execute(
    Fixed the nag as well.
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  10. #100
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,545
    Plugin Contributions
    89

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    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?

 

 
Page 10 of 13 FirstFirst ... 89101112 ... LastLast

Similar Threads

  1. v156 Authorize.net API with Card on File transactions support thread...
    By carlwhat in forum Addon Payment Modules
    Replies: 138
    Last Post: 8 May 2024, 02:46 PM
  2. v155 UPS XML: Support Thread
    By lat9 in forum Addon Shipping Modules
    Replies: 245
    Last Post: 24 Nov 2023, 10:07 PM
  3. eWAY Payment Gateway - Rapid 3.0 API [Support Thread]
    By maclean_cherry in forum Addon Payment Modules
    Replies: 40
    Last Post: 27 Nov 2020, 06:53 AM
  4. v156 Authorize.net API with Card on File transactions support thread...
    By carlwhat in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 27 Apr 2020, 08:46 PM
  5. v151 Ty UPS WorldShip Support Thread
    By colosports in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 1 Jun 2014, 12:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR