Results 1 to 10 of 447

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: Only First Class shipping rates are being displayed

    The USPS API has done it again; they've changed the branding for the Priority Mail and Priority Mail Express methods from a trademark (TM) to a registered-trademark (RM), which results in a mismatch when the shipping module attempts to locate methods returned.

    An update will be available later today or tomorrow. Thanks, @HeleneWallis, for the notification and your help.

  2. #2
    Join Date
    Jun 2005
    Posts
    356
    Plugin Contributions
    0

    Default Re: Only First Class shipping rates are being displayed

    Quote Originally Posted by lat9 View Post
    The USPS API has done it again; they've changed the branding for the Priority Mail and Priority Mail Express methods from a trademark (TM) to a registered-trademark (RM), which results in a mismatch when the shipping module attempts to locate methods returned.

    An update will be available later today or tomorrow. Thanks, @HeleneWallis, for the notification and your help.
    I am happy to buy a cup of coffee to anyone who can provide an update to fix this issue! Customers are unable to checkout!
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store •••••••• My Plugins List

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: Only First Class shipping rates are being displayed

    I've just submitted 2022-07-10 K11b for the Zen Cart moderators' review; I'll post back here when it's available for download.

    This version has changes associated with the following GitHub issues:

    #17: Enable "Ground" shipping to be forced.
    #19: Correct PHP warning when no quote is returned.
    #20: Correct USPS branding change that results in no "Priority Mail" or "Priority Mail Express" methods returned.
    #21: Automatically update the configuration if updating from '2021-05-05 K11a'.

    Early adopters can download from the module's GitHub repository: https://github.com/lat9/usps/release...022_07_10_K11b

  4. #4
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,536
    Plugin Contributions
    127

    Default Re: Only First Class shipping rates are being displayed

    Thank you Cindy!
    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.

  5. #5
    Join Date
    Apr 2019
    Posts
    349
    Plugin Contributions
    0

    Default Re: Only First Class shipping rates are being displayed

    Hi @lat9, thanks for your fast update on this plug-in! I just upgraded my site to 2022-07-10 K11b (downloaded from github) and US domestic works good (first-class, priority, EMS). However, Priority Express Intl (International EMS) doesn't show up like before. I have double checked that "Priority Express Intl" is enabled under the settings page.

  6. #6
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,536
    Plugin Contributions
    127

    Default Re: Only First Class shipping rates are being displayed

    I can replicate this issue.
    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.

  7. #7
    Join Date
    Apr 2019
    Posts
    349
    Plugin Contributions
    0

    Default Re: Only First Class shipping rates are being displayed

    Hi @swguy, thanks for your test.

    Hi @lat9, I did some search to try to find the updated shipping method names and I found the following link. Not sure if it is useful or not. Google said this link is updated 3 days ago.

    https://ve.wordpress.org/plugins/ele...ipping-method/

    USPS Domestic Services:
    * First-Class Mail® Parcel
    * First-Class™ Postcard Stamped
    * First-Class™ Large Postcards
    * First-Class™ Keys and IDs
    * First-Class™ Package Service
    * First-Class Mail® Metered Letter
    * First-Class™ Package Service Hold For Pickup
    * Priority Mail Express™ Hold for Pickup
    * Priority Mail Express™
    * Priority Mail Express™ Sunday/Holiday
    * USPS Retail Ground ( Standard Post™ )
    * Media Mail
    * Library Mail
    * Priority Mail®
    * Priority Mail® Keys and IDs
    * Priority Mail® Hold For Pickup
    * Priority Mail® Regional Rate Box A
    * Priority Mail® Regional Rate Box B

    USPS International Services:
    * Priority Mail Express International™
    * Priority Mail International®
    * Global Express Guaranteed® (GXG)
    * Global Express Guaranteed® Envelope
    * Global Express Guaranteed® Non-Document Rectangular
    * Global Express Guaranteed® Non-Document Non-Rectangular
    * USPS GXG™ Envelope
    * First Class Package Service™ International Letters
    * First Class Package Service™ International Large Envelope
    * First Class Package International Service™
    * International Postcards

  8. #8
    Join Date
    Apr 2019
    Posts
    349
    Plugin Contributions
    0

    Default Re: Only First Class shipping rates are being displayed

    Quote Originally Posted by njcyx View Post
    Hi @lat9, thanks for your fast update on this plug-in! I just upgraded my site to 2022-07-10 K11b (downloaded from github) and US domestic works good (first-class, priority, EMS). However, Priority Express Intl (International EMS) doesn't show up like before. I have double checked that "Priority Express Intl" is enabled under the settings page.
    Ok I think I found the fix for this bug. I tested it on my site and it worked good. Maybe @lat9 has a better way to improve...

    \includes\modules\shipping\usps.php

    Near line 626, change from

    PHP Code:
                if ($type === 'Priority Mail Flat RateRM Envelope') {
                    
    $type 'Priority MailRM Flat Rate Envelope';
                }
                
    $type_rebuilt $type
    To
    PHP Code:
                if ($type === 'Priority Mail Flat RateRM Envelope') {
                    
    $type 'Priority MailRM Flat Rate Envelope';
                }
                if (
    $type === 'Priority Mail Express InternationalRM') {
                    
    $type 'Priority Mail Express International';
                }
                
    $type_rebuilt $type

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

    Default Re: Only First Class shipping rates are being displayed

    Quote Originally Posted by njcyx View Post
    Hi @lat9, thanks for your fast update on this plug-in! I just upgraded my site to 2022-07-10 K11b (downloaded from github) and US domestic works good (first-class, priority, EMS). However, Priority Express Intl (International EMS) doesn't show up like before. I have double checked that "Priority Express Intl" is enabled under the settings page.
    Sigh, the Priority Mail Express International has also changed from a TM to an RM; update forthcoming.

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

    Default Re: Only First Class shipping rates are being displayed

    2022-07-12 K11c of the USPS Shipping module has been submitted for the Zen Cart moderators' review.

    This release corrects the quote-checking for "Priority Mail Express International" methods; see GitHub issue #22.

 

 

Similar Threads

  1. Optional Shipping Insurance Module [Support Thread]
    By jettrue in forum Addon Shipping Modules
    Replies: 415
    Last Post: 6 Jul 2026, 02:45 PM
  2. MultiSite Module Support Thread
    By Gerome in forum All Other Contributions/Addons
    Replies: 2246
    Last Post: 29 Dec 2025, 10:13 AM
  3. Replies: 29
    Last Post: 24 Sep 2014, 09:59 PM
  4. Replies: 335
    Last Post: 1 Aug 2013, 08:54 PM
  5. PC Configurator Module [Support Thread]
    By lebrand2006 in forum All Other Contributions/Addons
    Replies: 254
    Last Post: 22 Aug 2012, 03:52 PM

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