Results 1 to 7 of 7
  1. #1
    Join Date
    Oct 2012
    Posts
    65
    Plugin Contributions
    0

    Default USPS Module no longer returning values for 1st-Class Intl Lg. Env

    The USPS server is only returning values for Intl Priority, not envelope or large envelope.

    Only International Package will work.

    Can anything be done?


    [Note: remember to include site URL, ZC version, list of plugins, PHP version, etc ... read the Posting Tips shown above for information to include in your post here. And, remove this comment before actually posting!]

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: USPS Module no longer returning values for 1st-Class Intl Lg. Env

    First class international large envelope is now limited to documents only and the api call will not return any services if <ValueOfContents> is greater than zero.
    https://www.usps.com/business/web-to...ease-notes.pdf
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Oct 2012
    Posts
    65
    Plugin Contributions
    0

    Default Re: USPS Module no longer returning values for 1st-Class Intl Lg. Env

    Quote Originally Posted by Ajeh View Post
    First class international large envelope is now limited to documents only and the api call will not return any services if <ValueOfContents> is greater than zero.
    https://www.usps.com/business/web-to...ease-notes.pdf


    I understand what you are saying. I send a lot of stuff to Canada in envelopes for $3.50-$4.50 that will now be $9.50 to $15. This is going to hurt me bad. I can still print out labels with Stamps.com for the Intl Large Envelope Price.

    How can I get it to make it submit the weight to USPS with a value of zero?

    Thanks,

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: USPS Module no longer returning values for 1st-Class Intl Lg. Env

    You can force it by adding around line 1232:
    Code:
          $submission_value = ($insurable_value > $max_usps_allowed_price) ? $max_usps_allowed_price : $insurable_value;
    // Force $0.00 - on Intrenational
          $submission_value = 0;
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Oct 2012
    Posts
    65
    Plugin Contributions
    0

    Default Re: USPS Module no longer returning values for 1st-Class Intl Lg. Env

    Quote Originally Posted by Ajeh View Post
    You can force it by adding around line 1232:
    Code:
          $submission_value = ($insurable_value > $max_usps_allowed_price) ? $max_usps_allowed_price : $insurable_value;
    // Force $0.00 - on Intrenational
          $submission_value = 0;
    That worked! Thanks alot.

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: USPS Module no longer returning values for 1st-Class Intl Lg. Env

    Be aware that forcing the zero value will prevent things like Insurance from working ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Oct 2012
    Posts
    65
    Plugin Contributions
    0

    Default Re: USPS Module no longer returning values for 1st-Class Intl Lg. Env

    Quote Originally Posted by Ajeh View Post
    Be aware that forcing the zero value will prevent things like Insurance from working ...

    Well. Even though Stamps.com looked like you could still ship Intl Large Envelope, what actually happens is when you print it the label has an address in California. Stamps.com says that they will take the parcels to foreign countries themselves with private partners.

    No idea how well it is going to work.

    Really sucks that USPS has done this. I ship a lot of Intl Large Envelope to Canada that used to cost $4.50 and $6.50 and now they are $9.50 and $15.

 

 

Similar Threads

  1. v153 USPS not showing 1st-Class Intl Lg. Env
    By fright-rags in forum Built-in Shipping and Payment Modules
    Replies: 11
    Last Post: 20 Dec 2014, 05:28 PM
  2. v151 USPS 1st Class Large Env Rates still seem to be off...?
    By CabinetGuy in forum Addon Shipping Modules
    Replies: 7
    Last Post: 17 Nov 2014, 07:34 PM
  3. v151 Restrict Specific Items from 1st Class Shipping - USPS Module
    By jstevens in forum Addon Shipping Modules
    Replies: 5
    Last Post: 22 Jun 2014, 03:03 AM
  4. Problems with USPS module - won't do 1st class
    By L3Home in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 21 Jun 2011, 11:28 PM
  5. USPS Mod Not Including Priority Intl Flat Box & 1st Class Intl Pkg?
    By thezombified in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 6 Aug 2009, 05:06 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