Page 9 of 12 FirstFirst ... 7891011 ... LastLast
Results 81 to 90 of 113
  1. #81
    Join Date
    Jul 2011
    Posts
    157
    Plugin Contributions
    4

    Default Re: USPS Shipping (RESTful) (USPSr)

    Quote Originally Posted by jodean View Post
    I just tried to download USPS again from the Zencart Plugins and it does not prompt for to download Encapsulated or non-Encapsulated.
    As soon as it's on the repo, I'll be first to test it out! Thank you for working on this.

  2. #82
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    683
    Plugin Contributions
    8

    Default Re: USPS Shipping (RESTful) (USPSr)

    Quote Originally Posted by chibipaw View Post
    As soon as it's on the repo, I'll be first to test it out! Thank you for working on this.
    Technically it's there now. I merged in two sets of patches to the main branch.

    Copy the uspsr.php found here. And just copy it over your 1.1.2 file. If it works, let me know here. If it doesn't work, let me know here.

  3. #83
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    683
    Plugin Contributions
    8

    Default Re: USPS Shipping (RESTful) (USPSr)

    Quote Originally Posted by retched View Post
    Technically it's there now. I merged in two sets of patches to the main branch.

    Copy the uspsr.php found here. And just copy it over your 1.1.2 file. If it works, let me know here. If it doesn't work, let me know here.
    I should also warn that you'll get warnings in the admin area as the main branch will (now) always be coded as 0.0.0. (I do it this way because I'm never consistent with the numbering.)

  4. #84
    Join Date
    Jul 2011
    Posts
    157
    Plugin Contributions
    4

    Default Re: USPS Shipping (RESTful) (USPSr)

    Quote Originally Posted by retched View Post
    Technically it's there now. I merged in two sets of patches to the main branch.

    Copy the uspsr.php found here. And just copy it over your 1.1.2 file. If it works, let me know here. If it doesn't work, let me know here.
    Hurray! The admin panel loads! Menu looks very familiar from the original USPS module. I dont yet have a new USPS API Consumer Key yet, but I will be getting one and be start running tests soon. Let's hope this is biggest and the last hurdle with legacy compatibility.

  5. #85
    Join Date
    Jul 2011
    Posts
    157
    Plugin Contributions
    4

    Default Re: USPS Shipping (RESTful) (USPSr)

    Did some basic testing, looks like most everything work with both customer end and admin end.
    The only thing that seems to be bugged is the admin side. If you select any add on domestic add on services, you can't remove all of them. One will always linger.
    havent tried the international side yet.

    Unrelated note, I just realized Global Express Guaranteed (GXG) is no longer offered. Interesting.

  6. #86
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    683
    Plugin Contributions
    8

    Default Re: USPS Shipping (RESTful) (USPSr)

    Quote Originally Posted by chibipaw View Post
    Did some basic testing, looks like most everything work with both customer end and admin end.
    The only thing that seems to be bugged is the admin side. If you select any add on domestic add on services, you can't remove all of them. One will always linger.
    havent tried the international side yet.

    Unrelated note, I just realized Global Express Guaranteed (GXG) is no longer offered. Interesting.
    GXG is currently retired as of 2024. Same with International Return Receipt (earlier this year). I'll look in to matter of unselecting methods. Can you let me know which ones are stuck?

  7. #87
    Join Date
    Jul 2011
    Posts
    157
    Plugin Contributions
    4

    Default Re: USPS Shipping (RESTful) (USPSr)

    Quote Originally Posted by retched View Post
    GXG is currently retired as of 2024. Same with International Return Receipt (earlier this year). I'll look in to matter of unselecting methods. Can you let me know which ones are stuck?
    Didn't know at all about the latter one. Thanks.
    As for which one gets stuck, it doesn't seem to be specific. It's whatever that is last on the list if you de-select them one by one.
    If you de-select them in bulk, none of them will be removed.

  8. #88
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    683
    Plugin Contributions
    8

    Default Re: USPS Shipping (RESTful) (USPSr)

    Quote Originally Posted by chibipaw View Post
    Didn't know at all about the latter one. Thanks.
    As for which one gets stuck, it doesn't seem to be specific. It's whatever that is last on the list if you de-select them one by one.
    If you de-select them in bulk, none of them will be removed.
    Yup I got the same problem. Already logged and testing through it now.

  9. #89
    Join Date
    Jun 2011
    Posts
    84
    Plugin Contributions
    0

    Default Re: USPS Shipping (RESTful) (USPSr)

    Zen Cart 2.1
    PHP 8.3

    I'm getting this error

    #0 /zc_plugins/USPSRestful/v1.1.2/catalog/includes/modules/shipping/uspsr.php(1699): zen_debug_error_handler()
    #1 /zc_plugins/USPSRestful/v1.1.2/catalog/includes/modules/shipping/uspsr.php(294): uspsr->update_status()
    #2 /includes/classes/shipping.php(112): uspsr->__construct()
    #3 /includes/classes/shipping.php(55): shipping->initialize_modules()
    #4 /includes/modules/pages/checkout_one/header_php.php(182): shipping->__construct()
    #5 /index.php(35): require('...')
    --> PHP Warning: foreach() argument must be of type array|object, string given in /zc_plugins/USPSRestful/v1.1.2/catalog/includes/modules/shipping/uspsr.php on line 1699.

  10. #90
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    683
    Plugin Contributions
    8

    Default Re: USPS Shipping (RESTful) (USPSr)

    Quote Originally Posted by brian70809 View Post
    Zen Cart 2.1
    PHP 8.3

    I'm getting this error

    #0 /zc_plugins/USPSRestful/v1.1.2/catalog/includes/modules/shipping/uspsr.php(1699): zen_debug_error_handler()
    #1 /zc_plugins/USPSRestful/v1.1.2/catalog/includes/modules/shipping/uspsr.php(294): uspsr->update_status()
    #2 /includes/classes/shipping.php(112): uspsr->__construct()
    #3 /includes/classes/shipping.php(55): shipping->initialize_modules()
    #4 /includes/modules/pages/checkout_one/header_php.php(182): shipping->__construct()
    #5 /index.php(35): require('...')
    --> PHP Warning: foreach() argument must be of type array|object, string given in /zc_plugins/USPSRestful/v1.1.2/catalog/includes/modules/shipping/uspsr.php on line 1699.
    Wait, that is ...
    PHP Code:
    foreach ($check->fields['zone_id'] as $zone) {
       if (
    $zone || $zone === $order->delivery['zone_id']) $check_flag true;            

    Did you enable the geo blocking feature? Need a bit more about the configuration of the module to start tracking this down.
    Last edited by retched; 16 Mar 2025 at 01:47 AM.

 

 
Page 9 of 12 FirstFirst ... 7891011 ... LastLast

Similar Threads

  1. PayPal RESTful API Payment Module
    By lat9 in forum PayPal RESTful support
    Replies: 282
    Last Post: 12 Jun 2025, 08:11 PM
  2. v158 UPS Shipping using RESTful/OAuth API [Support Thread]
    By lat9 in forum Addon Shipping Modules
    Replies: 159
    Last Post: 26 May 2025, 12:31 PM
  3. v155 USPS Shipping Module - We are unable to find a USPS shipping quote suitable....
    By jtovar in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 6 May 2019, 11:07 PM
  4. v155 V1.5.5D USPS Shipping module, I just noticed, no USPS retail Ground Displaying
    By WiccanWitch420 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 31 Mar 2018, 04:34 PM
  5. v139h Is the USPS shipping module required to ship with USPS?
    By yeahwhatever in forum Addon Shipping Modules
    Replies: 3
    Last Post: 14 Feb 2012, 12:58 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