문제

I have setup a magento store, and integrated USPS shipping into it by payment gateway provider USAEPAY. Now after integrating i tried to apply for shipping api from usps. After i got shipping api from USPS I came to a conclusion that testing api doesnot work for magento. So i asked for a production api. They provided me with production api.

now i have API as http://production.shippingapis.com/ShippingAPI.dll https://production.shippingapis.com/ShippingAPI.dll

No i'm not running on an SSL. All i get is an error as shipping method not available at the moment. - default error code displayed again and again.

I fixed table rate as

US | * | * | 0.010 | 1

i checked the database for entry and found an entry as

1 1 US 0 * package_weight 0.0100 1.0000 0.0000

i am not able to figure out wats missing. Please help. i have to get this shipping module working.

도움이 되었습니까?

해결책 2

It was done, Couple of things to be checked..

  1. Zip entered for store.
  2. Zip entered for shipment.
  3. Shipping API's in production mode or not.

The best way is to enable debug mode and then check the log dump created in the VAR folder.

다른 팁

Try to Check it after Login as a User or a guest user with valid ZIP code information and keep the USPS Shipping Method setting same as it was after Magento installation.

Hope it will work.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top