-
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
added min=0 to qty field product detail page #21055
added min=0 to qty field product detail page #21055
Conversation
Hi @awviraj. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@magento-engcom-team give me test instance |
Hi @dmytro-ch. Thank you for your request. I'm working on Magento instance for you |
Hi @dmytro-ch, here is your new Magento instance. |
Hi @awviraj, Also looks like there is a proper validation rule for Qty field:
I dont think additinal validation is necessary in this case. Thank you. |
@dmytro-ch Thanks for reviewing the issue.
I would appreciate if you could provide feedback about above points . Thank you ! |
@awviraj, thank you for the details. |
Hi @dmytro-ch, thank you for the review. |
Hi @awviraj, thank you for your contribution! |
Description (*)
On product detail page it is possible to go to minus values using keyboard. Once the add to cart button is clicked validation error - "Please enter a quantity greater than 0" shown.
Manual testing scenarios (*)
1.Go to product detail page
2. Decrease the qty by using arrow keys
Contribution checklist (*)