Hi, I have made a shippingfee provider to handle Free shipping on some products.
public class ShippingFeeProvider : Dynamicweb.Ecommerce.Orders.FeeProvider {
public override PriceRaw FindFee(Order order)
{
// returning my custom fee on some products
}
}
This has been used on a DW for a while with no problems.
Then I activated Flat Tax Provider to add an extra tax (10%) on an order and my ShippingFeeProvider stops working.
Is this an error or can you give an explanation.
DW version: 9.13.8