Question

Is it possible to create multiple action for price rules? Like I am setting a 5% Discounts for customers but the discount is capped at $250.00 When the purchased is greater than $5000.00? Is this possible? TIA.

Was it helpful?

Solution

By default, Its not possible to set Limit for Maximum discount amount in case of setting discount in percent (%).

You can check applyRule function in Magento\SalesRule\Model\RulesApplier class to extend this for your requirement.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top