Page 11 of 13 FirstFirst ... 910111213 LastLast
Results 101 to 110 of 123
  1. #101
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,026
    Plugin Contributions
    61

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

    Quote Originally Posted by lat9 View Post
    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.
    The fresh downloaded module today on 2 sites 1.5.8 & 1.5.8a both PHP 7.3 gave me the

    United Parcel Service v1.3.0 - Missing Keys or Out of date you should reinstall!
    This fixed both

    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

    What are you seeing for the handling fees?[/QUOTE]
    all default, no changes on either... no special cases, nothing weird at all
    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.

  2. #102
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,524
    Plugin Contributions
    88

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

    @mprough, I've no idea what you did to do that upgrade, but on a zc158 test site with v1.2.0 installed I copied over the 2 files updated for v1.3.0 of the shipping-module and the upgrade completed successfully with no boo-boo messages.

  3. #103
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,026
    Plugin Contributions
    61

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

    Quote Originally Posted by lat9 View Post
    @mprough, I've no idea what you did to do that upgrade, but on a zc158 test site with v1.2.0 installed I copied over the 2 files updated for v1.3.0 of the shipping-module and the upgrade completed successfully with no boo-boo messages.
    No idea, just reporting my experience. Both modules said 1.3.0 after installation.
    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.

  4. #104
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,524
    Plugin Contributions
    88

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

    v1.3.1 is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2374

    This release contains the change associated with GitHub issue #23 (install/upgrade insists that there are missing keys)

  5. #105
    Join Date
    May 2022
    Location
    McKinney, TX
    Posts
    3
    Plugin Contributions
    0

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

    Quote Originally Posted by lat9 View Post
    v1.3.1 is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2374

    This release contains the change associated with GitHub issue #23 (install/upgrade insists that there are missing keys)
    I have updated a customer's ZC V1.5.4 store with the V1.3.0 update and it seems to work fine to this point. When I update to the V1.3.1 version, it breaks the Modules-->Shipping page in the admin. Reverts to a page that looks like a default install and none of the options are editable and it does not show any of the custom shipping modules that are set up for this customer.

    For now I am leaving it at V1.3.0 as it appears to be working and I am not getting any messages to re-install.

  6. #106
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,524
    Plugin Contributions
    88

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

    Any debug-logs generated?

  7. #107
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    806
    Plugin Contributions
    0

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

    I must be missing something in the docs or the github ... I can't find/figure out

    UPS Api Class
    If your site has an class-override for the shipping module's default (UpsOAuthApi), enter it here. If the class-file doesn't exist, this module will be automatically disabled!

    What is this and where do I get it? Please and Thank you.

    Best,
    John

  8. #108
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    806
    Plugin Contributions
    0

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

    I tried to edit but wasn't quick enough...

    zc 1.5.8a on PHP 8.2.14.

    I have created the UPS app. In the admin I have supplied the UPS Rates Client ID and the UPS Rates Client Secret. I have a yellow bubble in the admin and no UPS on the front end.

  9. #109
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    806
    Plugin Contributions
    0

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

    Ok. So the yellow bubble was due to the plugin disabling itself. I re-enabled it and now have a green bubble in the admin but still no ups option on the front end. I enabled debug logs and have the following message

    "code": "250002", "message": "Invalid Authentication Information."

    I have double checked the UPS Rates Client ID and the UPS Rates Client Secret and they are both correct.

  10. #110
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,524
    Plugin Contributions
    88

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

    Quote Originally Posted by bumba000 View Post
    Ok. So the yellow bubble was due to the plugin disabling itself. I re-enabled it and now have a green bubble in the admin but still no ups option on the front end. I enabled debug logs and have the following message

    "code": "250002", "message": "Invalid Authentication Information."

    I have double checked the UPS Rates Client ID and the UPS Rates Client Secret and they are both correct.
    Did you add the Rating API to the UPS app? See this SO posting for additional information: https://stackoverflow.com/questions/...on-information

 

 
Page 11 of 13 FirstFirst ... 910111213 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