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.
2 parents 7636988 + 8bd131e commit b225ac3Copy full SHA for b225ac3
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