문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top