FedEx International Issues

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
jamier
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Wed Dec 11, 2013 1:32 pm

FedEx International Issues

Post by jamier » Tue May 06, 2014 8:52 am

We are having an issue with FedEx international shipping prices not showing up for certain packages. For example if we have two customers in Australia one may obtain a shipping rate and the other may not. It is not a connection issue to FedEx because we have tested two addresses simultaneously. Does anyone else have a similar issue or know of a fix?

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: FedEx International Issues

Post by Katie » Tue May 20, 2014 1:31 pm

The simplest way to check for service problems is to go the FedEx's website and use their online calculator. When you enter the address information, they will give you a list of services available. You need to make sure that those same services are available in AbleCommerce.

Other problems may be the package doesn't have a weight which would cause the shipping to fail. Also, with FedEx, they have different shipping services for commercial and residential addresses. Make sure you have them both selected.

Hope this helps.
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

jamier
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Wed Dec 11, 2013 1:32 pm

Re: FedEx International Issues

Post by jamier » Tue May 20, 2014 1:36 pm

Katie, we always get a price when we log into FedEx online, it is only in the shopping cart. In ablecommerce I don't see a setting for commercial or residential?

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: FedEx International Issues

Post by Katie » Tue May 20, 2014 1:47 pm

When you login to Fedex and use their online calculator, it should show you prices for various services. Those service names need to be selected in AbleCommerce.

There is a Fedex service for residential addresses is not a setting, it is one of the shipping methods.

- FedEx Ground
- FedEx Ground Home Delivery

Let me know if you have any questions

Katie
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

jamier
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Wed Dec 11, 2013 1:32 pm

Re: FedEx International Issues

Post by jamier » Wed May 21, 2014 4:55 am

Katie,
We only use FedEx International, that is where we are having the issue. We don't use FedEx domestic.

jguengerich
Commodore (COMO)
Commodore (COMO)
Posts: 436
Joined: Tue May 07, 2013 1:59 pm

Re: FedEx International Issues

Post by jguengerich » Wed May 21, 2014 5:53 am

You could try turning on the FedEx debugging and see what shows up in the log. Go to Admin > Configure > Shipping > Integrated Carriers. Click FedEx's Edit icon (paper with pencil) and select Enabled for Debug Mode. Save and Close. Now try some addresses and look at the AblePlugins.FedEx.Log file in the App_Data\Logs folder to see if there's any info that might point to a cause. Don't forget to go back to the shipping config and turn off debugging when you are done. If you have an address or address/order items combination that consistently doesn't return a rate, you don't need it on very long. If not, you might have to leave it on for a while until you know that you've experienced the problem, then try to find the matching entry in the log.
Jay

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: FedEx International Issues

Post by Katie » Wed May 21, 2014 7:29 am

We only use FedEx International, that is where we are having the issue. We don't use FedEx domestic.
Ignore my comment on the residential / commercial address...using FedEx's online calculator should work if you know the destination address.

Jay's idea should work too. Either way, you are probably missing a service or the product is missing a weight.
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

jamier
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Wed Dec 11, 2013 1:32 pm

Re: FedEx International Issues

Post by jamier » Wed May 21, 2014 8:18 am

Thank you Jay and Katie. I will try that. I know that it is not a weight issue because we are using the same items in the cart to test the different addresses. When you say missing a service, what exactly do you mean? We only offer FedEx International Priority, do you mean that service may not be available to an address?

jamier
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Wed Dec 11, 2013 1:32 pm

Re: FedEx International Issues

Post by jamier » Fri May 23, 2014 8:03 am

Katie,
We get the following error in our error log, could it be related?
Error obtaining rate quote for shipping method 'FedEx International Priority'.
Exception: Object reference not set to an instance of an object. Stack Trace: at AblePlugins.FedEx.FedExProvider.ParseRates(RateReply reply) at AblePlugins.FedEx.FedExProvider.GetProviderQuotes(Warehouse origin, Address destination, PackageList packageList) at AblePlugins.FedEx.FedExProvider.GetAllServiceQuotes(Warehouse origin, Address destination, IList`1 contents) at AblePlugins.FedEx.FedExProvider.GetShipRateQuote(Warehouse origin, Address destination, IList`1 contents, String serviceCode) at CommerceBuilder.Shipping.Providers.ShippingProviderBase.GetShipRateQuote(IShipment shipment, String serviceCode) at CommerceBuilder.Shipping.ShipMethod.GetShipRateQuote(IShipment shipment)

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: FedEx International Issues

Post by jmestep » Fri May 23, 2014 8:58 am

Katie and Jamie:
The site has custom filtering of shipping methods based on certain specific rules according to what products are in the basket. It is possible that shipping methods have been added since the code was written and there is nothing in the code to handle that.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

Post Reply