-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Grouped product frontend quantity validation added and code refactor #39480
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
base: 2.4-develop
Are you sure you want to change the base?
Grouped product frontend quantity validation added and code refactor #39480
Conversation
Hi @Mohamed-Asar. Thank you for your contribution!
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
@magento run all tests. |
Failed to run the builds. Please try to re-run them later. |
@magento run all tests |
…into bug/39479-grouped-product-qty-validation
…thub.com/Mohamed-Asar/magento2 into bug/39479-grouped-product-qty-validation
@magento run all tests |
…into bug/39479-grouped-product-qty-validation
@magento run all tests |
@magento run all tests |
@magento run all tests |
Hi @Mohamed-Asar, Thanks for your Contribution!!. Could you please resolve the Conflicts to proceed further. Thanks. |
@engcom-Bravo I fixed the conflicts, please check |
@magento run all tests |
Hi @Mohamed-Asar, Thanks for the collaboration & contribution! ✔️ QA PassedPreconditions:
Steps to reproduce
Before: ✖️ After: ✔️ Builds are failed. Hence, moving this PR to Extended Testing. Thanks. |
@magento run all tests |
@magento run all tests |
@magento run Functional Tests B2B, Functional Tests CE, Functional Tests EE, Static Tests, Unit Tests |
The consistent test failures for Functional B2B are known Issues and JIRA is raised for them. Known Issues: The consistent test failures for Functional CE is known Issues and JIRA is raised for the same. Known Issues: The consistent test failure for Functional EE is known Issues and JIRA is raised for the same. Other failures are inconsistent and seems to be flaky. They neither part of PR nor failing because of the PR changes. Known Issues: |
Static Test Failure Other static failures are flaky and not related to the code changes done in this PR. Known Issue: Hence moving this PR in Merge In Progress. |
Description (*)
Grouped Product Frontend Quantity validation added
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
1.Create a Grouped Product and associate it with child products.
2. Set the following quantity properties for one of the child products:
- Minimum Qty Allowed in Shopping Cart: 2
- Maximum Qty Allowed in Shopping Cart: 10
- Qty Increments: 2
3.Open the Product Detail Page (PDP) of the Grouped Product and test invalid quantities for the selected child product (e.g., 1, 3, or 11) to confirm that invalid inputs are restricted.
Contribution checklist (*)