Page 17 of 19 FirstFirst ... 71516171819 LastLast
Results 161 to 170 of 188
  1. #161
    Join Date
    Apr 2004
    Posts
    50
    Plugin Contributions
    0

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

    Hi, lat9,
    I have been playing around with this plugin. "Missing keys or Out of date you should reinstall!" has no intention to go away. It disappeared when I frenshly installed v.2.1.0 and upsoauth without adding my database but the message returned after I added my database. I even tried to use older versions of upsoauth like 1.3.5, 1.3.6 but unfortunately none of them could get rid of the message. Is there a patch to completely remove UPSXML-related datas? also, when I registered to get client ID ad Client Secret from UPS, it has a field "redirect-url" and I just entered my website. Do I need to put in a complete address? or the one chatGPT auggests: https://www.mywebsite.com/index.php?...oauthCallback?

  2. #162
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,913
    Plugin Contributions
    96

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

    Quote Originally Posted by ericwu001 View Post
    Hi, lat9,
    I have been playing around with this plugin. "Missing keys or Out of date you should reinstall!" has no intention to go away. It disappeared when I frenshly installed v.2.1.0 and upsoauth without adding my database but the message returned after I added my database. I even tried to use older versions of upsoauth like 1.3.5, 1.3.6 but unfortunately none of them could get rid of the message. Is there a patch to completely remove UPSXML-related datas? also, when I registered to get client ID ad Client Secret from UPS, it has a field "redirect-url" and I just entered my website. Do I need to put in a complete address? or the one chatGPT auggests: https://www.mywebsite.com/index.php?...oauthCallback?
    I'm not sure what the history of "my database" is, but you can remove all of the upsoauth configuration settings by copying the following into your admin's Tools // Install SQL Patches:
    Code:
    DELETE FROM configuration WHERE configuration_key LIKE 'MODULE\_SHIPPING\_UPSOAUTH\_%';
    The upsxml shipping module's configuration settings can be removed in a similar manner (although the two shipping modules have nothing to do with one another):
    Code:
    DELETE FROM configuration WHERE configuration_key LIKE 'MODULE\_SHIPPING\_UPSXML\_%';

  3. #163
    Join Date
    Mar 2016
    Location
    Marietta GA
    Posts
    84
    Plugin Contributions
    0

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

    Hello, I'm configuring the module, have all fields filled correctly, however on the UPS API Class field I am stuck. I'm getting an error message:

    The 'UPS Api Class' you supplied () does not exist; the 'upsoauth' shipping module has been automatically disabled.

    "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!

    AFAIK I have no class-override. Using the default (UpsOAuthApi) or my app name (Ups0auth1) or blanking it out results in the error message "does not exist". And the module is disabled. What do I need to put into the UPS Api Class field?

    Or maybe I DO have a class-override and don't know about it. In that case, where can I find it?

    Also posted on github, as I found an earlier message in this thread that referred to intending to post further documentation on git-hub on the class-override, but did not find. Thanks much!
    Last edited by greg_beyer; 19 Jul 2025 at 10:34 PM.

  4. #164
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,913
    Plugin Contributions
    96

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

    Quote Originally Posted by greg_beyer View Post
    Hello, I'm configuring the module, have all fields filled correctly, however on the UPS API Class field I am stuck. I'm getting an error message:

    The 'UPS Api Class' you supplied () does not exist; the 'upsoauth' shipping module has been automatically disabled.

    "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!

    AFAIK I have no class-override. Using the default (UpsOAuthApi) or my app name (Ups0auth1) or blanking it out results in the error message "does not exist". And the module is disabled. What do I need to put into the UPS Api Class field?

    Or maybe I DO have a class-override and don't know about it. In that case, where can I find it?

    Also posted on github, as I found an earlier message in this thread that referred to intending to post further documentation on git-hub on the class-override, but did not find. Thanks much!
    When you installed the shipping module, did you also copy the directory (and its files) /includes/modules/shipping/upsoauth? That's where the UpsOAuthApi.php class file resides.

  5. #165
    Join Date
    Jan 2013
    Location
    New Port Richey, Florida
    Posts
    968
    Plugin Contributions
    0

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

    question im getting a higher price on account rates than i do retail rates?
    not sure why
    version 1.37 php8.3

  6. #166
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,913
    Plugin Contributions
    96

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

    Quote Originally Posted by jimmie View Post
    question im getting a higher price on account rates than i do retail rates?
    not sure why
    version 1.37 php8.3
    Me neither. If you enable the shipping-module's logs and read through one, you might find some clues.

  7. #167
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,913
    Plugin Contributions
    96

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

    v1.3.8 of the UPS/OAuth shipping module is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2374

    This release contains changes for these GitHub issues:

    #46: Shipping to Puerto Rico requires a CountryCode of PR.
    #45: Unwanted messages during shipping-estimator when Shipper number provided.
    #41: Prevent PHP log when delivery country isn't present.

  8. #168
    Join Date
    Jan 2020
    Location
    Michigan
    Posts
    9
    Plugin Contributions
    0

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

    Hello,

    When I created the UPS API on the UPS Development Site I was not given the option to select Rating and Time in Transit products as they did not appear.
    Any idea why these options did not appear?

    I linked the account properly to UPS number and account.

    I am running a fresh install of ZC 2.1.0 and using upsoauth 1.3.8. Now getting the error message in cart "UPS is currently unable to provide shipping quotes, error code [250002]." This is probably related to the above.

    Any assistance greatly appreciated.

  9. #169
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,913
    Plugin Contributions
    96

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

    Quote Originally Posted by jcraw View Post
    Hello,

    When I created the UPS API on the UPS Development Site I was not given the option to select Rating and Time in Transit products as they did not appear.
    Any idea why these options did not appear?

    I linked the account properly to UPS number and account.

    I am running a fresh install of ZC 2.1.0 and using upsoauth 1.3.8. Now getting the error message in cart "UPS is currently unable to provide shipping quotes, error code [250002]." This is probably related to the above.

    Any assistance greatly appreciated.
    Did you follow the instructions linked in the shipping module's readme: https://github.com/lat9/upsoauth/wik...-Client-Secret

    I'm guessing not, since those instructions result in a Client ID and Client Secret, not a number and account.

  10. #170
    Join Date
    Jan 2020
    Location
    Michigan
    Posts
    9
    Plugin Contributions
    0

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

    Yes I did, exactly as written. I apologize for the confusion.

    I meant that I linked the UPS account in the second drop down box with the number.

    Even though I did not see the option to select Rating and Time in Transit products. I clicked Save and it did generate a Client ID and Client Secret.

    I then setup the module according to the instructions.

    When I return to the UPS developer site and try to edit it there is still no options for rating and time.

 

 
Page 17 of 19 FirstFirst ... 71516171819 LastLast

Similar Threads

  1. v156 Authorize.net API with Card on File transactions support thread...
    By carlwhat in forum Addon Payment Modules
    Replies: 198
    Last Post: 1 Jun 2026, 02:29 AM
  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

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