Closed phes71 closed 1 week ago
Hi @phes71. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce.
@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel. :warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting. :clock10: You can find the schedule on the Magento Community Calendar page. :telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
Hi @engcom-Bravo. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Issue: Confirmed
once verification is complete. Issue: Confirmed
Hi @phes71,
Thanks for your reporting and collaboration.
Similar issue has been Confirmed here https://github.com/magento/magento2/issues/39347
Hence we are closing this as duplicate.
Thanks.
Preconditions and environment
The issues is caused because of incorrect declaration of widget options in product/view/validation.js
errorPlacement function should be inside options.
Steps to reproduce
error on grouped product pages click add to cart without any options selected, and the validation error message is displayed on every option instead of inside div with id #validation-message-box
Expected result
validation error should be in div id #validation-message-box
Actual result
validation error shown in every grouped option qty
Additional information
fix by moving errorPlacement function inside options as below
$.widget('mage.validation', $.mage.validation, { options: { radioCheckboxClosest: 'ul, ol',
Release note
No response
Triage and priority