'Is it possible to create a coupon code in magento that will apply 2 different percentage discount
Is it possible to create a coupon code in Magento (2.3) that will apply 2 different percentage discount depending on the cart content:
- If user have 1 item: X% off the whole cart
- If users have 2 or more item: Y% off the whole cart
I didn't find anything similar in the documentation. Thanks!
Solution 1:[1]
No, there is no way to do this via magento standard functionality. To do this you could create your custom sales rule action (http://i.imgur.com/guunmFp.png) with custom fields in sales rule form. There is an example of how to create a custom discount action - https://github.com/Smile-SA/magento2-module-gift-sales-rule
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | ?????? ???? |
