I am about to implement a "Get free delivery if you purchase for an additional 10$" on the shoppingcart on a EPiServer Commerce website. The problem is that i cannot get the minimum order subtotal (condition) from the "Buy for more than 100$ and get free delivery"-promotion.
Right now i am getting the PromotionDto by an ID based on the PromotionManager. How do i get the condition without using a ExpressionDto, which just serves me a 700 lines XAML-tree.
Hi all,
I am about to implement a "Get free delivery if you purchase for an additional 10$" on the shoppingcart on a EPiServer Commerce website. The problem is that i cannot get the minimum order subtotal (condition) from the "Buy for more than 100$ and get free delivery"-promotion.
Right now i am getting the PromotionDto by an ID based on the PromotionManager. How do i get the condition without using a ExpressionDto, which just serves me a 700 lines XAML-tree.
Best regards,
Casper