File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Bundle/view/frontend/templates/catalog/product/view/type/bundle/option Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 * See COPYING.txt for license details.
55 */
66use Magento \Bundle \ViewModel \ValidateQuantity ;
7+
8+ // phpcs:disable Generic.Files.LineLength.TooLong
79?>
810<?php /* @var $block \Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Option\Radio */ ?>
911<?php $ _option = $ block ->getOption (); ?>
@@ -49,8 +51,7 @@ $viewModel = $block->getData('validateQuantityViewModel');
4951 <div class="field choice">
5052 <input type="radio"
5153 class="radio product bundle option change-container-classname"
52- id="bundle-option-<?= $ block ->escapeHtmlAttr ($ _option ->getId ()) ?>
53- -<?= $ block ->escapeHtmlAttr ($ _selection ->getSelectionId ()) ?> "
54+ id="bundle-option-<?= $ block ->escapeHtmlAttr ($ _option ->getId ()) ?> -<?= $ block ->escapeHtmlAttr ($ _selection ->getSelectionId ()) ?> "
5455 <?php if ($ _option ->getRequired ()) {
5556 echo 'data-validate="{ \'validate-one-required-by-name \':true}" ' ;
5657 } ?>
@@ -61,8 +62,7 @@ $viewModel = $block->getData('validateQuantityViewModel');
6162 value="<?= $ block ->escapeHtmlAttr ($ _selection ->getSelectionId ()) ?> "
6263 data-errors-message-box="#validation-message-box-radio"/>
6364 <label class="label"
64- for="bundle-option-<?= $ block ->escapeHtmlAttr ($ _option ->getId ()) ?>
65- -<?= $ block ->escapeHtmlAttr ($ _selection ->getSelectionId ()) ?> ">
65+ for="bundle-option-<?= $ block ->escapeHtmlAttr ($ _option ->getId ()) ?> -<?= $ block ->escapeHtmlAttr ($ _selection ->getSelectionId ()) ?> ">
6666 <span><?= /* @noEscape */ $ block ->getSelectionTitlePrice ($ _selection ) ?> </span>
6767 <br/>
6868 <?= /* @noEscape */ $ block ->getTierPriceRenderer ()->renderTierPrice ($ _selection ) ?>
You can’t perform that action at this time.
0 commit comments