File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/Bundle/view/frontend/templates/catalog/product/view/type/bundle/option Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ $viewModel = $block->getData('validateQuantityViewModel');
55
55
data-selector="bundle_option[<?= $ block ->escapeHtmlAttr ($ _option ->getId ()) ?> ]"
56
56
<?php if ($ block ->isSelected ($ _selection )) { echo ' checked="checked" ' ; } ?>
57
57
<?php if (!$ _selection ->isSaleable ()) { echo ' disabled="disabled" ' ; } ?>
58
- value="<?= $ block ->escapeHtmlAttr ($ _selection ->getSelectionId ()) ?> "/>
58
+ value="<?= $ block ->escapeHtmlAttr ($ _selection ->getSelectionId ()) ?> "
59
+ data-errors-message-box="#validation-message-box-radio"/>
59
60
<label class="label"
60
61
for="bundle-option-<?= $ block ->escapeHtmlAttr ($ _option ->getId ()) ?> -<?= $ block ->escapeHtmlAttr ($ _selection ->getSelectionId ()) ?> ">
61
62
<span><?= /* @noEscape */ $ block ->getSelectionTitlePrice ($ _selection ) ?> </span>
@@ -65,6 +66,7 @@ $viewModel = $block->getData('validateQuantityViewModel');
65
66
</div>
66
67
<?php endforeach ; ?>
67
68
<div id="bundle-option-<?= $ block ->escapeHtmlAttr ($ _option ->getId ()) ?> -container"></div>
69
+ <div id="validation-message-box-radio"></div>
68
70
<?php endif ; ?>
69
71
<div class="field qty qty-holder">
70
72
<label class="label" for="bundle-option-<?= $ block ->escapeHtmlAttr ($ _option ->getId ()) ?> -qty-input">
You can’t perform that action at this time.
0 commit comments