I have installed the USPS shipping MOD and have signed up on the USPS site. I have got my User ID. I dont understand XML. Is there anyone that can help me?
Eddie
I have installed the USPS shipping MOD and have signed up on the USPS site. I have got my User ID. I dont understand XML. Is there anyone that can help me?
Eddie
Can anyone help me?
Are you using the USPS module that comes with Zen Cart or the USPS XML add-on 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!
I am using the USPS that came with the Zen Cart. After I signed up for the webtools on the USPS site I was sent a XML file.
We do not use the XML ... not sure what they may have sent you ...
1 make sure your 5 digit Zip Code is configured
2 make sure you are on Production not Test as the Test Server with USPS rarely works
3 make sure you have emailed or called USPS to activate your account for the Production server
4 if you are using an upgraded version of Zen Cart, remove/install/configure USPS Shipping module again ...
5 make sure if using Sort Orders on the Shipping Modules that you have no duplicates
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!
Hello,
I have it on productions and I already called USPS. I have everything configed as you stated. I only have USPS installed and set to 0 as sort order. I noticed I get a yellow dot. Here is an screenshot. http://www.bettashack.com/images/admin.jpg
Eddie
Do you have a Zone set for 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!
Yes I do, I have it set to California
Eddie
I noticed in the admin for the USPS MOD, it doesnt give me an option to add the USPS server url. Which USPS gave me a server url
Eddie
This is what USPS uses with Zen Cart ... again, this is NOT the XML version ...
PHP Code:switch (MODULE_SHIPPING_USPS_SERVER) {
case 'production':
$usps_server = 'production.shippingapis.com';
$api_dll = 'shippingapi.dll';
break;
case 'test':
default:
$usps_server = 'testing.shippingapis.com';
$api_dll = 'ShippingAPITest.dll';
break;
}
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!