Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 31
  1. #11
    Join Date
    May 2014
    Location
    Montrose, California, United States
    Posts
    14
    Plugin Contributions
    0

    Default Re: USPS Shipping Module does not show up under Modules/Shipping

    Quote Originally Posted by Ajeh View Post
    You need the code file in:
    /includes/modules/shipping/usps.php

    Check the download again and reload the files to the server in the correct directory ...
    I came across this thread and I am having the same issues. I have uploaded the most recent version of the USPS module but it does not show up in the Module -> Shipping section of the admin area. There is an empty space where it should be, but I can not do anything. See screenshot: http://screencast.com/t/0NruU3sc

    I have tried clicking on the empty line and clicking install but nothing happens.

    I checked the actual files that are uploaded and they are correct - language file in the appropriate language folder, and code file in the appropriate module folder.

    I checked through Tools -> Developers Tool Kit and searched the two usps.php files and they show up correctly:

    /var/www/html/store/includes/languages/english/modules/shipping/usps.php
    Line #14 : * @version $Id: usps.php 2015-05-31 ajeh Version K7 $

    /var/www/html/store/includes/modules/shipping/usps.php
    Line #15 : * @version $Id: usps.php 2015-05-31 ajeh Version K7 $

    Any help would be appreciated.

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

    Default Re: USPS Shipping Module does not show up under Modules/Shipping

    Could you click the Reply to this thread and answer the Posting Tips question?
    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. #13
    Join Date
    May 2014
    Location
    Montrose, California, United States
    Posts
    14
    Plugin Contributions
    0

    Default Re: USPS Shipping Module does not show up under Modules/Shipping

    Sure...

    Zen Cart v1.3.9h/v1.3.9h
    Not upgraded
    Problem with USPS module
    PHP Version: 4.4.7 (Zend: 1.3.0)
    Database: MySQL 5.0.67
    I'm assuming it's been like this since USPS stopped supporting V3 api

    Let me know if you need any of the other items

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

    Default Re: USPS Shipping Module does not show up under Modules/Shipping

    Based on the old, out dated and no longer supported version of php (this is a *hint*), you need to edit the file:
    /includes/modules/shipping/usps.php

    and follow the instructions on this line, approximately line 86, in the code:
    Code:
      function __construct() { // for older php < 5.1.0 change to usps() instead of __construct()
    NOTE: you should also then upgrade your Zen Cart version to at least the newest one, but not until you get you php updated ...
    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. #15
    Join Date
    May 2014
    Location
    Montrose, California, United States
    Posts
    14
    Plugin Contributions
    0

    Default Re: USPS Shipping Module does not show up under Modules/Shipping

    I changed it to function usps() and now the empty line is gone, and i am not able to edit any of the other modules..see screenshot: http://screencast.com/t/5NTXynsoHe

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

    Default Re: USPS Shipping Module does not show up under Modules/Shipping

    Sound like you have a backup file in the directory:
    /includes/modules/shipping

    in which case you most likely now have a debug log in you /logs (/cache in old out dated versions of Zen Cart, again a *hint* here) ...
    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. #17
    Join Date
    May 2014
    Location
    Montrose, California, United States
    Posts
    14
    Plugin Contributions
    0

    Default Re: USPS Shipping Module does not show up under Modules/Shipping

    How do I get rid of it? I don't see a /cache folder

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

    Default Re: USPS Shipping Module does not show up under Modules/Shipping

    How do you get rid of what?

    As to no /cache that is really needed in v1.3.9, as well as a good idea for other versions, as that is where the debug logs go in v1.3.9 ...
    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!

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

    Default Re: USPS Shipping Module does not show up under Modules/Shipping

    What do you have set in:
    /includes/configure.php

    for the line that contains, at the end of the file:
    Code:
    define('DIR_FS_SQL_CACHE'
    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!

  10. #20
    Join Date
    May 2014
    Location
    Montrose, California, United States
    Posts
    14
    Plugin Contributions
    0

    Default Re: USPS Shipping Module does not show up under Modules/Shipping

    ok i found the cache folder.. here is the error message:

    [25-Jun-2015 14:45:19] PHP Fatal error: Call to undefined function: json_decode() in /var/www/html/store/includes/modules/shipping/usps.php on line 2290

 

 
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v139f USPS shipping not appearing in modules
    By theehman in forum Addon Shipping Modules
    Replies: 2
    Last Post: 29 Jan 2016, 10:07 PM
  2. v154 Zone Rates Module does not show correct Shipping Cost
    By Goshawk in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 3 Dec 2015, 02:52 PM
  3. v151 USPS shipping does not show since July 3(?) on one of zen cart sites
    By karikari in forum Addon Shipping Modules
    Replies: 3
    Last Post: 5 Jul 2015, 02:56 PM
  4. v154 USPS Module: Canada does not show first class letter rate
    By cahoca in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 27 Jun 2015, 12:03 AM
  5. USPS Shipping Module - Not taking customer shipping selection
    By scubasteve in forum Built-in Shipping and Payment Modules
    Replies: 12
    Last Post: 5 Aug 2011, 01:20 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