0

I have two Cart rules, Both rules "discard subsequent rules" set to No.

  1. This cart rule providing 10% discount if someone adding a specific product with minimum quantity 2, no coupon or no other restrictions

  2. This cart rule providing 5% discount if someone use a specific coupon, can be applied to any products in the cart.

Here both rules working fine while use individually but while use both rules at a time 2nd rule overriding the 1st rule, only applying 5% coupon discount not 10% + 5%, here discount supposed to be 15% of subtotal but I am only getting 5%

asked Feb 2, 2017 at 18:54

1 Answer 1

1
answered Feb 3, 2017 at 3:37
3
  • Yes your are right, this commit helped me to fix the issue github.com/magento/magento2/commit/… I would like to update to 2.1.3 , but you know what are the other fixes updated on the latest version? and is any new issue reported with the latest version? when 2.1.4 release? Commented Feb 4, 2017 at 10:11
  • You should read Release notes: devdocs.magento.com/guides/v2.1/release-notes/… Commented Feb 4, 2017 at 13:05
  • I'm on 2.1.5 and it still doesn't seem to be fixed. Specifically I'm trying to add a multiple coupon codes to the same cart. Maybe that's not possible? Commented Mar 30, 2017 at 19:54

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.