I installed the patch for the new rates and still nothing for international. It is really puzzling. US rates work fine, just the international isn't working.
I installed the patch for the new rates and still nothing for international. It is really puzzling. US rates work fine, just the international isn't working.
Make sure that you are set to the Production server ...
Also be sure that you see in the:
/includes/modules/shipping
Today's date on the usps.php file and that you did a Remove and Install and configuration on your site ...
The module works with your old USPS Web Tools User ID ... if this is a new account make sure that you have called USPS and activated the account ...
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!
If you are not in v1.3.x be sure that you have edited the file with the changes on the instructions ...
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 am using zen cart 1.3.7 so I did not modify any files. and everything else looks right, the date, all the new files and I am on a production server...however it is a new account, but I have called USPS and activated and all that.
I have looked and can't find how to run the debug for USPS, can you point me in a direction? Maybe that will do something.
Thanks
I have a problem where (International) Priority Mail is an option, but the (International) Express Mail is not presented as an option. Express Mail Domestic works though.
Update: If I select (International) Express Mail Envelope Flat Rate...that shows up as well. Global Express Guaranteed options show up also.
Last edited by deadeye; 14 May 2007 at 03:55 PM.
Hello,
I am running 1.2.7 and downloaded the files, editted line 13 on usps.php and uploaded. When I clicked on modules/shipping, I got the following derror message:
Fatal error: Cannot redeclare class usps in /home2/hfb/public_html/store/includes/modules/shipping/usps.php on line 13
and the usps module does not appear.
I undid the change to line 13, but that resulted in another error about being unable to declare the base function.
Any ideas?
EDIT::::I put the old files back up and the error is still there, but it is on line 23 with the old files. I didn't check it beforehand, so the error may have been there prior to installing the update. Would it be because of the new rates release? All orders were fine yesterday, so I can only guess that this error wasn't there yesterday. Any help would be appreciated.
Thanks!!
Last edited by cyfarian; 14 May 2007 at 05:16 PM.
You edited the module and changed:
To read:PHP Code:class usps extends base {
NOTE: USPS is also have intermittent server issues ... this is not related to your errorPHP Code:class usps {
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!
There are rules concerning weight on USPS ... there is also a rule on amount for one of the shipping methods on orders over $400.00
These will disable shipping methods if the weight does not work for that method or the order total is over $400.00
SEE: usps.com for more information on their new rules
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 it, BIG TIMENOTE: USPS is also have intermittent server issues ... this is not related to your error