Page 1 of 2 12 LastLast
Results 1 to 10 of 192

Hybrid View

  1. #1
    Join Date
    Mar 2012
    Location
    NJ
    Posts
    49
    Plugin Contributions
    0

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

    Quote Originally Posted by lat9 View Post
    What version shows in the admin?
    United Parcel Service v1.2.0 - Missing Keys or Out of date you should reinstall!
    I was a shy, quiet kid. I was happiest playing by myself with my toys, rather than hanging around people.
    -- Christian Slater

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

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

    Quote Originally Posted by Bubbadood View Post
    United Parcel Service v1.2.0 - Missing Keys or Out of date you should reinstall!
    PM me your private email address, I think I know what needs to be done.

  3. #3
    Join Date
    Mar 2005
    Posts
    142
    Plugin Contributions
    0

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

    Quote Originally Posted by Bubbadood View Post
    United Parcel Service v1.2.0 - Missing Keys or Out of date you should reinstall!
    I tried upgrading from v0.0.1 to v1.2.0 and now I am receiving the same issue.

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

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

    Quote Originally Posted by n8pbm View Post
    I tried upgrading from v0.0.1 to v1.2.0 and now I am receiving the same issue.
    Working on it ...

  5. #5
    Join Date
    Oct 2023
    Location
    Ukraine
    Posts
    1
    Plugin Contributions
    0

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

    we had published UPS API SDK.
    You can install it via composer
    Code:
    composer require abantecart/ups-php
    Or just visit github repository abantecart/ups-php

    Best regards!

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

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

    Quote Originally Posted by n8pbm View Post
    I tried upgrading from v0.0.1 to v1.2.0 and now I am receiving the same issue.
    Arggh, I'd forgotten about that initial beta release. You can edit /includes/modules/shipping/upsoauth.php, adding the highlighted line:
    Code:
            if (!defined('MODULE_SHIPPING_UPSOAUTH_VERSION') || MODULE_SHIPPING_UPSOAUTH_VERSION !== $this->moduleVersion || count($this->keys()) !== $chk_sql->RecordCount()) {
                if (!defined('MODULE_SHIPPING_UPSOAUTH_VERSION')) {
                    define('MODULE_SHIPPING_UPSOAUTH_VERSION', '1.0.0');
                }
                switch (MODULE_SHIPPING_UPSOAUTH_VERSION) {
                    case '0.0.1':   //- Initial Beta release
                    case '1.0.0':

  7. #7
    Join Date
    Mar 2012
    Location
    NJ
    Posts
    49
    Plugin Contributions
    0

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

    Quote Originally Posted by lat9 View Post
    Arggh, I'd forgotten about that initial beta release. You can edit /includes/modules/shipping/upsoauth.php, adding the highlighted line:
    Code:
            if (!defined('MODULE_SHIPPING_UPSOAUTH_VERSION') || MODULE_SHIPPING_UPSOAUTH_VERSION !== $this->moduleVersion || count($this->keys()) !== $chk_sql->RecordCount()) {
                if (!defined('MODULE_SHIPPING_UPSOAUTH_VERSION')) {
                    define('MODULE_SHIPPING_UPSOAUTH_VERSION', '1.0.0');
                }
                switch (MODULE_SHIPPING_UPSOAUTH_VERSION) {
                    case '0.0.1':   //- Initial Beta release
                    case '1.0.0':

    I've made these changes, I still get the error. I'm away until Saturday, I can follow up on your PM on Saturday when I'm around.
    I was a shy, quiet kid. I was happiest playing by myself with my toys, rather than hanging around people.
    -- Christian Slater

  8. #8
    Join Date
    Dec 2018
    Location
    Orangeburg, SC
    Posts
    7
    Plugin Contributions
    0

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

    I have been unable to get this to work at all. It's now to a point that I am considering dumping the whole Zencart web site and moving to another platform because I am losing significant sales.

    Is there anyone that I could contract to try to resolve this?

  9. #9
    Join Date
    Oct 2023
    Posts
    1
    Plugin Contributions
    0

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

    OK here is the fix. Same happened to me.
    Find the line that says (mine is line 102) in /includes/modules/shipping/upsoath.php
    case '1.1.0':

    Change it to
    case '1.2.0':

    That removes the error. However, It still does not show rates on the estimator nor the checkout page. I have yet to figure that one out. It may be a template issue on my side.

  10. #10
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

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

    Quote Originally Posted by 4allthingsweb View Post
    OK here is the fix. Same happened to me.
    Find the line that says (mine is line 102) in /includes/modules/shipping/upsoath.php
    case '1.1.0':

    Change it to
    case '1.2.0':

    That removes the error. However, It still does not show rates on the estimator nor the checkout page. I have yet to figure that one out. It may be a template issue on my side.
    Instead of changing that line, the '1.2.0' case should be added under the '1.1.0' one.

    Regarding the 'rates not showing', try enabling the UPS debug and review the generated log. It's possible that the credentials aren't valid or you've not added the UPS "Rating" or "Time in Transit" apps to be associated with your OAuth token credentials (see post #54 in this support-thread).

 

 
Page 1 of 2 12 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