Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Sep 2011
    Posts
    11
    Plugin Contributions
    0

    bug USPS Module Not Working

    I am getting this error when going to checkout, and we are only using the USPS shipping module:
    "We are unable to find a USPS shipping quote suitable for your mailing address and the shipping methods we typically use.
    If you prefer to use USPS as your shipping method, please contact us for assistance.
    (Please check that your Zip Code is entered correctly.)"

    I have tried this fix:
    Code:
    Make sure that you have the current January 2, 2011 C version of USPS from post 26:
    http://www.zen-cart.com/forum/showthread.php?t=171314
    
    Follow the instructions to:
    1 save current USPS settings
    
    2 remove current USPS
    
    3 upload the new version
    
    4 install the new USPS
    
    5 reconfigure
    And I tried using this module as well:
    http://www.zen-cart.com/index.php?ma...oducts_id=1914

    And I am now back to the default module that ships with the zen cart install.

    I am using:
    * Latest version of zen cart
    * Hostgator shared hosting
    * PHP Version 5.2.17

    I also tried signing up for a new web tools ID from USPS with no success. I am out of things to try to get this to work, and am wondering if anybody else is experiencing this problem even after trying all of the fixes that are presented here.

    Any help would be very much appreciated!

  2. #2
    Join Date
    Jun 2010
    Location
    Holland, MI
    Posts
    230
    Plugin Contributions
    0

    Default Re: USPS Module Not Working

    I believe the most current version for that module is August, 2011 (the one you mentioned). Try removing it and reactivating it.
    Steve Pembleton
    www.cheapjumprings.com

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

    Default Re: USPS Module Not Working

    The current version the January 2, 2011 version C from post #26 of:
    http://www.zen-cart.com/forum/showthread.php?t=171314

    Be sure to test check that you have the current version loaded on the server ... most errors people have is installing the wrong version or installing incorrectly ...

    What are your settings on the Configuration ... Shipping/Packaging ...

    What is the Ship From?

    What is the Ship To?

    What is the Weight being testing?
    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!]
    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!

  4. #4
    Join Date
    Sep 2011
    Posts
    11
    Plugin Contributions
    0

    Default Re: USPS Module Not Working

    I tried Marco's version and get this error:
    [01-Sep-2011 17:15:32] PHP Fatal error: Call to a member function getName() on a non-object in /home/....../store/includes/modules/shipping/usps.php on line 915

    Here are the settings I am using:
    http://joshjohnston.net/random/settings.jpg

    Here is an example XML response from USPS that we're getting:
    <?xml version="1.0"?>
    <RateV3Response><Package ID="0"><ZipOrigination>98122</ZipOrigination><ZipDestination>95521</ZipDestination><Pounds>0</Pounds><Ounces>12.8</Ounces><FirstClassMailType>FLAT</FirstClassMailType><Size>REGULAR</Size><Machinable>FALSE</Machinable><Zone>4</Zone><Postage CLASSID="0"><MailService>First-Class Mail</MailService><Rate>3.41</Rate></Postage></Package><Package ID="1"><ZipOrigination>98122</ZipOrigination><ZipDestination>95521</ZipDestination><Pounds>0</Pounds><Ounces>12.8</Ounces><Container></Container><Size>REGULAR</Size><Zone>4</Zone><Postage CLASSID="1"><MailService>Priority Mail&amp;lt;sup&amp;gt;&amp;amp;reg;&amp;lt;/sup&amp;gt;</MailService><Rate>5.25</Rate></Postage></Package><Package ID="2"><ZipOrigination>98122</ZipOrigination><ZipDestination>95521</ZipDestination><Pounds>0</Pounds><Ounces>12.8</Ounces><Container></Container><Size>REGULAR</Size><Zone>4</Zone><Postage CLASSID="6"><MailService>Media Mail&amp;lt;sup&amp;gt;&amp;amp;reg;&amp;lt;/sup&amp;gt;</MailService><Rate>2.41</Rate></Postage></Package></RateV3Response>

  5. #5
    Join Date
    Sep 2011
    Posts
    11
    Plugin Contributions
    0

    Default Re: USPS Module Not Working

    Also I forgot to mention that the USPS module had been working for a long time and just recently stopped working.

  6. #6
    Join Date
    Sep 2011
    Posts
    11
    Plugin Contributions
    0

    Default Re: USPS Module Not Working

    Also, we are shipping from Seattle Washington and trying to ship to various addresses in the united states.

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

    Default Re: USPS Module Not Working

    You show a missing function from Marco's version of Zen Cart but you are showing an image from a different version of Zen Cart ...

    You need to see if you have mixed up the files and what is actually installed for USPS on your server ...

    Make sure that you have no backup or renamed files on the shipping modules in the directory:
    /includes/modules/shipping

    and that the files in the directory:
    /includes/modules/shipping

    are the code files and the files in the language directory:
    /includes/languages/english/modules/shipping

    are the language files ...
    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!]
    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!

  8. #8
    Join Date
    Sep 2011
    Posts
    11
    Plugin Contributions
    0

    Default Re: USPS Module Not Working

    The image of our settings is from the usps module that ships with zen cart. When using Marco's version I used the exact same settings with none of the extra options set that Marco's version offers.

    I also am very sure that I have not mixed up the files when I try each version, and there are no extra/backup files in any directories.

    The strange thing is that this started happening without making any changes to any files or the database, so when this problem arose it was not related to doing any updates or changes to any files whatsoever.

    I'm totally stumped.... I almost wonder if something with Hostgator's server changed that could be doing this.

  9. #9
    Join Date
    Sep 2011
    Posts
    11
    Plugin Contributions
    0

    Default Re: USPS Module Not Working

    Also when trying Marco's version I also made sure to upload the language file as well.

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

    Default Re: USPS Module Not Working

    Which USPS module are you using ... the January 2, 2011 version C or Marco's USPS shipping module?
    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!]
    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!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v151 USPS Module not producing estimates; UPS working; Production mode on & USPS verified
    By gingertea in forum Built-in Shipping and Payment Modules
    Replies: 15
    Last Post: 21 May 2013, 03:25 AM
  2. USPS Module not working
    By vintagenyc in forum Addon Shipping Modules
    Replies: 5
    Last Post: 30 Aug 2011, 05:38 AM
  3. usps module not working
    By slater555 in forum Built-in Shipping and Payment Modules
    Replies: 8
    Last Post: 22 Mar 2011, 06:08 PM
  4. USPS Module not working...
    By shinigami in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 11 Feb 2011, 10:00 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