Monday 2 December 2013

[SOLVED] Magento - fedex not showing all the shipping methods


I was wondering why all the Shipping methods in FedEx which i have selected is not shown on the frontend. Well here is the answer.

FedEx returns the list of shipping methods as a response for our API call. The response is based on the total products weight (sum of all the products weight in cart).

So if the total weight is upto 70lbs Ground Shipping will be shown. If the weight is more than 70lbs you can use Home delivery. And if the weight is above 150lbs you can use freight methods.