-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cart price rule has failed if use dropdown attribute #10477
Comments
@minosss Thank you for your report. |
@vherasymenko are steps not clear from the screenshots? |
@vherasymenko updated, and the cart price rule works if use text field attribute. |
@minosss, thank you for your report. |
I'm working on it #SQUASHTOBERFEST |
Hi @marinagociu could you please accept the invitation to magento/magento2 repository ? |
Hi @okorshenko can you please assign the task to me? @minosss is the reporter. |
Reassigned |
Thanks @okorshenko! What I found investigating the issue is that for products subselections only the items that are visible in cart are checked against the specified conditions. I also found that the same happens with bundle products, the conditions specified on subselections will only be checked against the bundle products, and not against it's children. Is this the correct behaviour, that the conditions should be checked against the children of the visible quote items too? |
Hi @marinagociu, I tested the scenario and found that only product sub-selection condition doesn't work properly with colors. Product attribute combination condition works correct. |
Hi @tkacheva, |
…t quote item children too #11274
The issue has been fixed and delivered to 2.2-develop branch. Will be available with 2.2.2 release |
Hi @minosss. Thank you for your report.
The fix will be available with the upcoming patch release. |
Preconditions
Steps to reproduce
Customer Groups
select allConditions
If total quantity greater than 2 for a subselection of items in cart matching ALL of these conditions:
-- Color is red
Actions
Apply
: Percent of product price discountDiscount Amount
: 10Test other attribute 8.11
Expected result
buy a special color (red) and total greater than 2, have 10% discount
Actual result
no discount
The text was updated successfully, but these errors were encountered: