Hi Dynamicweb,
We have a solution where we can have two shipping fees (depending on the type of products in the cart). We use a custom tax provider to add the fee from an additional standard shipping method. We only have access to the default fee on the shipping method and we also need access to the calculated fee from the fee rules / fee matrix.
It would be helpful if you make this method public: OrderService.CalculateShippingFee(Order order, string shippingMethod)
The returning class ShippingCalculationResult must also be accessible.
Best regards,
Niels Foldager