Hi there,
I have a custom ShippingProvider that overrides CalculateShippngFee. In the backend I have registered the provider four times with different options (using IDropDownOptions). Everything seems to work fine, except that on the initial load of the checkout page (step 2, after the the user has entered his details), the custom provider is not called. I see all four providers listsed in the UI for the end user, but the price is just $0 on all of them. Then when I select one option and move to the next step, my provider is being called and the fee is calculated correctly.
Is this a known issue in 8.6.1.20? This site is an upgrade from an older 8.4 version where this used to work fine. Is there a way I can trouble shoot this?
Thanks,
Imar