London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi MinusMyX,
Your case is similar to this one: https://world.episerver.com/forum/developer-forum/Episerver-Commerce/Thread-Container/2020/1/shipping-discount-with-multiple-shipments-only-applied-to-first-shipment
The default implementation of PromotionEngine for shipping promotion is only applying to one shipment which has the greatest discount amount. So you need to customize the Applicator in your way to meet your needed.
Best regards
Giang.Tran
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?