Magento – Set Category wise Discount in Magento2

checkout-pagediscountmagento2shopping-cart-price-rules

I want to set Discount Category wise.

  • MEN=>5%
  • WOMEN=>7%
  • SHOES=>5%
  • ELECTRONICS=>10%
    If I create coupon for all rule customer can not apply multiple coupons in single order.
    How is possible? with coupon and without coupon?

Best Answer

You can do it by creating either catalog price rule

1) you can set either condition OR actions in above rules

2) For catalog price rule using condition method just go to condition tab -> click on + sign button -> click on drop-down -> select category and select your category from just right of the textbox and save this catalog price rule

NOTE: You have to create separate catalog price rule for each category due to your discount amount

Related Topic