We have two custom discounts that use the “DiscountExtenderBase” class.
1) Employee discount - Order discount (inclusive)
2) Mix and Match - Order discount (exclusive)
The issue we are facing is that the employee discount is always called first no matter what we do. And we want the employee discount to be called at the end.
We tried to set the priority and play with the “Apply As” but it didn’t have any effect.
Is there a way that we can resolve this?