File tree Expand file tree Collapse file tree 1 file changed +3
-3
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
-3
lines changed Original file line number Diff line number Diff line change 14
14
</label>
15
15
<div class="control">
16
16
<div class="nested options-list">
17
- <?php if ($ block ->showSingle ()) : ?>
17
+ <?php if ($ block ->showSingle ()): ?>
18
18
<?= /* @noEscape */ $ block ->getSelectionQtyTitlePrice ($ _selections [0 ]) ?>
19
19
<?= /* @noEscape */ $ block ->getTierPriceRenderer ()->renderTierPrice ($ _selections [0 ]) ?>
20
20
<input type="hidden"
21
21
class="bundle-option-<?= $ block ->escapeHtmlAttr ($ _option ->getId ()) ?> product bundle option"
22
22
name="bundle_option[<?= $ block ->escapeHtml ($ _option ->getId ()) ?> ]"
23
23
value="<?= $ block ->escapeHtmlAttr ($ _selections [0 ]->getSelectionId ()) ?> "/>
24
- <?php else : ?>
25
- <?php foreach ($ _selections as $ _selection ) : ?>
24
+ <?php else : ?>
25
+ <?php foreach ($ _selections as $ _selection ): ?>
26
26
<div class="field choice">
27
27
<input class="bundle-option-<?= $ block ->escapeHtmlAttr ($ _option ->getId ()) ?> checkbox product bundle option change-container-classname"
28
28
id="bundle-option-<?= $ block ->escapeHtmlAttr ($ _option ->getId ()) ?> -<?= $ block ->escapeHtmlAttr ($ _selection ->getSelectionId ()) ?> "
You can’t perform that action at this time.
0 commit comments