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 @@ -58,7 +58,8 @@ $viewModel = $block->getData('validateQuantityViewModel');
58
58
data-selector="bundle_option[<?= $ block ->escapeHtmlAttr ($ _option ->getId ()) ?> ]"
59
59
<?php if ($ block ->isSelected ($ _selection )) { echo ' checked="checked" ' ; } ?>
60
60
<?php if (!$ _selection ->isSaleable ()) { echo ' disabled="disabled" ' ; } ?>
61
- value="<?= $ block ->escapeHtmlAttr ($ _selection ->getSelectionId ()) ?> "/>
61
+ value="<?= $ block ->escapeHtmlAttr ($ _selection ->getSelectionId ()) ?> "
62
+ data-errors-message-box="#validation-message-box-radio"/>
62
63
<label class="label"
63
64
for="bundle-option-<?= $ block ->escapeHtmlAttr ($ _option ->getId ()) ?>
64
65
-<?= $ block ->escapeHtmlAttr ($ _selection ->getSelectionId ()) ?> ">
@@ -69,6 +70,7 @@ $viewModel = $block->getData('validateQuantityViewModel');
69
70
</div>
70
71
<?php endforeach ; ?>
71
72
<div id="bundle-option-<?= $ block ->escapeHtmlAttr ($ _option ->getId ()) ?> -container"></div>
73
+ <div id="validation-message-box-radio"></div>
72
74
<?php endif ; ?>
73
75
<div class="field qty qty-holder">
74
76
<label class="label" for="bundle-option-<?= $ block ->escapeHtmlAttr ($ _option ->getId ()) ?> -qty-input">
You can’t perform that action at this time.
0 commit comments