Hey,
What's the best way, if possible, to have multiple shipping promotions be applied to different shipping methods?
In my case, the customer wants ShippingMethod1 to be free if order value is greater than 5.000 and ShippingMethod2 be free if order value is greater than 10.000.
But it seems that the customer is ever only eligible for one of the promotions? If the order value is 15.000, only the second promotion is returned as a RewardDescription whereas i want both alternatives to be free if the total amount exceeds 10k.
Are shipping level promotions always excluded in full and is there a way to circumvent this?