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 32
32
data-selector="bundle_option[<?= $ block ->escapeHtmlAttr ($ _option ->getId ()) ?> ][<?= $ block ->escapeHtmlAttr ($ _selection ->getId ()) ?> ]"
33
33
<?php if ($ block ->isSelected ($ _selection )) { echo ' checked="checked" ' ; } ?>
34
34
<?php if (!$ _selection ->isSaleable ()) { echo ' disabled="disabled" ' ; } ?>
35
- value="<?= $ block ->escapeHtmlAttr ($ _selection ->getSelectionId ()) ?> "/>
35
+ value="<?= $ block ->escapeHtmlAttr ($ _selection ->getSelectionId ()) ?> "
36
+ data-errors-message-box="#validation-message-box"/>
36
37
<label class="label"
37
38
for="bundle-option-<?= $ block ->escapeHtmlAttr ($ _option ->getId ()) ?> -<?= $ block ->escapeHtmlAttr ($ _selection ->getSelectionId ()) ?> ">
38
39
<span><?= /* @noEscape */ $ block ->getSelectionQtyTitlePrice ($ _selection ) ?> </span>
42
43
</div>
43
44
<?php endforeach ; ?>
44
45
<div id="bundle-option-<?= $ block ->escapeHtmlAttr ($ _option ->getId ()) ?> -container"></div>
46
+ <div id="validation-message-box"></div>
45
47
<?php endif ; ?>
46
48
</div>
47
49
</div>
You can’t perform that action at this time.
0 commit comments