Posts Tagged ‘multiple discounts’
By default only one discount will be applied to the basket. Commerce server is having its own algorithm to select the particular discount from the qualified discount list. The user can change selection behavior by prioritizing the discounts. What if you want to give multiple discounts to the customer.
For example, you have created 10% simple discount on the product "rockes" and another 10% simple discount on the product "polor stack" and the coupon code for both discounts is "kanth". Apart from this, you have defined 75% amount discount on shipping cost if the total basket cost is greater than > 100$.
Commerce server also provides us to apply same discounts in a basket through interaction policies. Check below site for more details.
http://msdn.microsoft.com/en-us/library/ms959119.aspx
So, for the given two simple discounts, I have enabled few properties (select check box as per your requirement).
Now when the user added two products into basket, he will get 10% discount on Rockes shoes and Polor Stack bags and as well as 75% discount on shipping cost. Check below diagram is the output of the above configuration changes.
If you like this post, please click on our sponsor advertisement.
