Skip to content

Commit 27b55ac

Browse files
Pooja.ManralPooja.Manral
authored andcommitted
AC-10826::Storefront Bundle Checkbox Validation Error message count more than 1
1 parent 2dfdb5d commit 27b55ac

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Bundle/view/frontend/templates/catalog/product/view/type/bundle/option

1 file changed

+2
-2
lines changed

app/code/Magento/Bundle/view/frontend/templates/catalog/product/view/type/bundle/option/checkbox.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<?= ' disabled="disabled"' ?>
5252
<?php endif; ?>
5353
value="<?= $escaper->escapeHtmlAttr($sectionId) ?>"
54-
data-errors-msg-box="#validatn-msg-box-<?= $escaper->escapeHtmlAttr($_option->getId()) ?>"/>
54+
data-errors-msg-box="#validation-message-box-<?=$escaper->escapeHtmlAttr($_option->getId())?>"/>
5555
<label class="label"
5656
for="<?= /* @noEscape */ $inputId . '-' . $escaper->escapeHtmlAttr($sectionId) ?>">
5757
<span><?= /* @noEscape */ $block->getSelectionQtyTitlePrice($selection) ?></span>
@@ -64,6 +64,6 @@
6464
<?php endif; ?>
6565
</div>
6666
<div id="bundle-option-<?= $escaper->escapeHtmlAttr($_option->getId()) ?>-container"></div>
67-
<div id="validatn-msg-box-<?= $escaper->escapeHtmlAttr($_option->getId()) ?>"></div>
67+
<div id="validation-message-box-<?= $escaper->escapeHtmlAttr($_option->getId()) ?>"></div>
6868
</div>
6969
</div>

0 commit comments

Comments
 (0)