Page 18 of 38 FirstFirst ... 8161718192028 ... LastLast
Results 171 to 180 of 379
  1. #171
    Join Date
    Nov 2017
    Location
    United States
    Posts
    62
    Plugin Contributions
    0

    Default Re: USPS Shipping Module [Support Thread]

    Quote Originally Posted by dbltoe View Post
    Finally got through to USPS. They acknowledge problems since around 1300 CDT and have no estimate as to when the service will be back on line.
    I'm also currently down thanks to that since early this afternoon. This is one of my busiest weeks of the year the week before the last holiday too. Hope they get something figured out and quick! The USPS sites calculator is working, just not the one I use (most current version).

  2. #172
    Join Date
    Nov 2017
    Location
    United States
    Posts
    62
    Plugin Contributions
    0

    Default Re: USPS Shipping Module [Support Thread]

    Quote Originally Posted by dbltoe View Post
    Finally got through to USPS. They acknowledge problems since around 1300 CDT and have no estimate as to when the service will be back on line.
    Just an FYI I figured out what was wrong. Apparently I didn't have the most current USPS Plug In so downloaded the 8/7 one and installed and now my site's working again. Must have been some small issue that caused the previous version to quit working earlier today.

  3. #173
    Join Date
    Nov 2011
    Posts
    33
    Plugin Contributions
    0

    Default Re: USPS Shipping Module [Support Thread]

    Reading the "Read Me" portion of the USPS dowload. It states:
    - /includes/modules/shipping/usps.php
    - /includes/languages/english/modules/shipping/usps.php
    - /includes/templates/template_default/images/icons/shipping_usps.gif
    This does not match what my file structure looks like. I do not know where to put the files?
    AM I supposed to upload the whole folder or just the USPS.php?
    Thnx!

  4. #174
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,149
    Plugin Contributions
    11

    Default Re: USPS Shipping Module [Support Thread]

    Whether your main site is under /store, /test, or whatever; that becomes you "root" of you site. That root should include folders like docs, download, editors, images, and inclcudes.

    As the instructions say, load the two folders into the root for an initial install.

    There are other options if you have an older version installed.

    lat9 always has excellent instructions and they are in the readme.txt included with this mod.

  5. #175

    Default Re: USPS Shipping Module [Support Thread]

    Just upgraded to USPS Version Date 2022-08-07 K11e.
    It is returning quotes for Priority Mail and Priority Mail Express with no problems.
    It is however not returning First Class Pkg rates.
    I tried enabling
    1st-Class Pkgs - Retail
    1st-Class Pkgs - Comm

    Tried with Retail pricing or Online pricing?
    Online as well as Retail.

    Enable USPS First-Class filter for US shipping: True (also tried with "False")

    Test cart contains goods with a value less than $45 and weighing 0.025 lb (0.4oz).
    Minimums set to: 8.625" x 5.375" x 1.625"

    ZenCart: v1.5.5f
    PHP Version 7.1.33

    Thanks
    Case Badges by Techiant

  6. #176
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,149
    Plugin Contributions
    11

    Default Re: USPS Shipping Module [Support Thread]

    I don't believe the older version of Ze Cart is your culprit but, it would be a good idea to take advantage of the changes/fixes in 1.5.7d.

    Meanwhile, check under admin >> Configuration >> Shipping/Packaging to make sure that your tare weights do not take the total weight beyond the .8125 pounds (13 ounces) for Retail and .9375 (15 ounces) for Commercial.

  7. #177

    Default Re: USPS Shipping Module [Support Thread]

    Good call! This was the issue and potentially bumped other shipping prices.
    Setting it to 0:0 fixed it.

    Thank yoU!
    Case Badges by Techiant

  8. #178

    Default Re: USPS Shipping Module [Support Thread]

    Not related to the problem but is there a way to limit the usps First Class package based on order value?
    Case Badges by Techiant

  9. #179
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,488
    Plugin Contributions
    88

    Default Re: USPS Shipping Module [Support Thread]

    Quote Originally Posted by Techiant View Post
    Not related to the problem but is there a way to limit the usps First Class package based on order value?
    You could make a site-specific modification to the 'extra' element provided in the USPS shipping module's zip-file. Look at /extras/includes/classes/observers/auto.usps_overrides.php and make the modifications you're 'looking for'.

  10. #180
    Join Date
    Sep 2012
    Location
    Upstate South Carolina
    Posts
    96
    Plugin Contributions
    2

    Default Re: USPS Shipping Module [Support Thread]

    We limit USPS shipping to orders less than $300, like this:

    /includes/modules/shipping/usps.php - about line 368

    Code:
            
    
            global $template, $current_page_base;
            // CUSTOMIZED CONDITIONS GO HERE
            // Optionally add additional code here to change $this->enabled to false based on whatever custom rules you require.
            // -----
    
    
            //orders over 300 may not use usps
            if ($order->info['subtotal'] >= 300){
            
                $this->enabled = false;
            
            }

 

 
Page 18 of 38 FirstFirst ... 8161718192028 ... LastLast

Similar Threads

  1. MultiSite Module Support Thread
    By Gerome in forum All Other Contributions/Addons
    Replies: 2220
    Last Post: 13 Mar 2024, 01:24 PM
  2. Optional Shipping Insurance Module [Support Thread]
    By jettrue in forum Addon Shipping Modules
    Replies: 396
    Last Post: 31 Mar 2023, 05:35 PM
  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

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