How to calculate fedex shipping charges based on weight, for fedex ground or fedex overnight. I need CF functions to do at the time of checkout in an e-commerce site.
Asked
Active
Viewed 710 times
-3
-
Not to be rude, but you should at least google before posting. The project below came up as the second search result for "ColdFusion fedex". – Leigh May 04 '12 at 09:05
1 Answers
0
Try the following component.
cffedexrates - ColdFusion FedEx Shipping Rates
Coldfusion component for calculating shipping rates from FedEx -- simply supply the value, weight and addresses and it returns the type (Overnight Priority, Standard Overnight, 2-day, etc) and it's cost.
hope this helps

dknaack
- 60,192
- 27
- 155
- 202
-
this works but does not return all of the rate options. it only returns FIRST_OVERNIGHT, PRIORITY_OVERNIGHT, STANDARD_OVERNIGHT, FEDEX_2_DAY, FEDEX_EXPRESS_SAVER, FEDEX_GROUND there are many other rates... the most popular being HOMEGROUND DELIVERY Any ideas how to get ALL the available rates? – shaunw Oct 16 '12 at 21:58