I have two Cart rules, Both rules "discard subsequent rules" set to No.
This cart rule providing 10% discount if someone adding a specific product with minimum quantity 2, no coupon or no other restrictions
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%
1 Answer 1
It's a Magento bug: https://github.com/magento/magento2/issues/2931
See a commit here: https://github.com/magento/magento2/commit/d66748032936d4f48c937343a9906fea8acdd132
Seems to be fixed in CE 2.1.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?Riyas Muhammed– Riyas Muhammed2017年02月04日 10:11:54 +00:00Commented Feb 4, 2017 at 10:11
-
You should read Release notes: devdocs.magento.com/guides/v2.1/release-notes/…Khoa Truong– Khoa Truong2017年02月04日 13:05:54 +00:00Commented 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?colefner– colefner2017年03月30日 19:54:34 +00:00Commented Mar 30, 2017 at 19:54
Explore related questions
See similar questions with these tags.