We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2481029 commit b632abbCopy full SHA for b632abb
app/code/Magento/Bundle/view/frontend/templates/catalog/product/view/type/bundle/option/multi.phtml
@@ -16,7 +16,8 @@
16
<?= /* @noEscape */ $block->getSelectionQtyTitlePrice($_selections[0]) ?>
17
<input type="hidden"
18
name="bundle_option[<?= $block->escapeHtmlAttr($_option->getId()) ?>]"
19
- value="<?= $block->escapeHtmlAttr($_selections[0]->getSelectionId()) ?>"/>
+ value="<?= $block->escapeHtmlAttr($_selections[0]->getSelectionId()) ?>"
20
+ class="bundle-option-<?= $block->escapeHtmlAttr($_option->getId()) ?> bundle option"/>
21
<?php else : ?>
22
<select multiple="multiple"
23
size="5"
0 commit comments