-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Adding variation from another configurable product to cart if variation belongs to same super attribute is possible #24676
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
Comments
Hi @VitaliyBoyko. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @VitaliyBoyko do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @engcom-Charlie. Thank you for working on this issue.
|
There is no check in GraphQL that |
Hi @VitaliyBoyko. Thank you for working on this issue.
|
✅ Confirmed by @rogyar Issue Available: @rogyar, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Fixed in magento/graphql-ce#968 |
Preconditions (*)
magento/graphql-ce/2.3-develop
Steps to reproduce (*)
Don't forget fill out quantity and add all products to the category.
The result should look like:

Expected result (*)
Actual result (*)
sku-c1-Red
being added to cart.I'm not sure whether it is bug or feature. Magento automatically selects the correct child product according to the super attribute. Consider this and unmark/fix the folowing test
\Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddVariationFromAnotherConfigurableProductWithTheSameSuperAttributeToCart
added in PR magento/graphql-ce#866.The text was updated successfully, but these errors were encountered: