Please see the log
Please see the log
We installed the current module today. Are you saying it is not installed?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
First, you need the current version of USPS May 31, 2015 K7
Next, You appear to have the Tare Rates set in Configuration ... Shipping/Packaging ... as they are adding 3lbs to the order ...
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!
I'm sorry but we have installed this module 4 times now and it still shows the old version and old date.
We are simply uninstalling the USPS module in admin so the light goes red.
Then we are copying the includes folder over to admin.
It over writes the files and when we look at the file they say:
<?php
/**
* USPS Module for Zen Cart v1.3.x thru v1.6
* USPS RateV4 Intl RateV2 - May 31, 2015 Version K7
* Prices from: May 31, 2015
* Rates Names: May 31, 2015
* Services Names: May 31, 2015
It appear the correct files are there. Seems very simple install.
However when we re-install the module it still says USPS Version Date
2014-03-07
Please make me feel dumb and tell me why it is not updating with the new version.
Thank you.
If you go to your Admin Developers Tool Kit and in the bottom input box enter:
USPS
Then select Catalog and click search, what comes up on the search?
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!
I think I am going crazy. Running that returns the below. However even when I use bluehost's file manager and follow the exact same path and edit that usps.php it shows the new version. How can that be?
/home/finallyh/public_html/includes/languages/english/modules/shipping/usps.php
Line #3 : * USPS Module for Zen Cart v1.3.x thru v1.6
Line #4 : * USPS RateV4 Intl RateV2 - March 7, 2014 Version K3
Line #13 : * @version $Id: usps.php 2014-03-07 ajeh Version K3 $
Line #16 : define('MODULE_SHIPPING_USPS_TEXT_TITLE', 'United States Postal Service');
Line #17 : define('MODULE_SHIPPING_USPS_TEXT_SHORT_TITLE', 'USPS');
Line #18 : define('MODULE_SHIPPING_USPS_TEXT_DESCRIPTION', 'United States Postal Service<br /><br />You will need to have registered an account with USPS at https://secure.shippingapis.com/registration/ to use this module<br /><br />USPS expects you to use pounds as weight measure for your products.');
Line #20 : define('MODULE_SHIPPING_USPS_TEXT_TEST_MODE_NOTICE', '<br /><span class="alert">Your account is in TEST MODE. Do not expect to see usable rate quotes until your USPS account is moved to the production server (1-800-344-7779) and you have set the module to production mode in Zen Cart admin.</span>');
Line #21 : define('MODULE_SHIPPING_USPS_TEXT_SERVER_ERROR', 'An error occurred in obtaining USPS shipping quotes.<br />If you prefer to use USPS as your shipping method, please try refreshing this page, or contact the store owner.');
Line #22 : define('MODULE_SHIPPING_USPS_TEXT_ERROR', 'We are unable to find a USPS shipping quote suitable for your mailing address and the shipping methods we typically use.<br />If you prefer to use USPS as your shipping method, please contact us for assistance.<br />(Please check that your Zip Code is entered correctly.)');
Line #24 : define('MODULE_SHIPPING_USPS_TEXT_DAY', 'day');
Line #25 : define('MODULE_SHIPPING_USPS_TEXT_DAYS', 'days');
Line #26 : define('MODULE_SHIPPING_USPS_TEXT_WEEKS', 'weeks');
I am pretty sure you are copying the /includes for the USPS shipping to:
/your_secret_admin/includes
and should be copying it to:
/includes
for the Catalog ...
Check to be sure that you are copying the files to the right place ...
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!
You said you copied them to the Admin /includes ... shipping modules should be copied to the Catalog /includes ... it sounds like you are uploading them to the wrong place ...
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!
Well I do feel stupid. Thanks that worked. I removed the Tare and we are good to go! Thank you so much!