-
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
Grouped product frontend quantity validation added and code refactor #39480
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
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 (*)