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 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
use Magento \Bundle \ViewModel \ValidateQuantity ;
7
+
8
+ // phpcs:disable Generic.Files.LineLength.TooLong
7
9
?>
8
10
<?php /* @var $block \Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Option\Radio */ ?>
9
11
<?php $ _option = $ block ->getOption (); ?>
@@ -49,8 +51,7 @@ $viewModel = $block->getData('validateQuantityViewModel');
49
51
<div class="field choice">
50
52
<input type="radio"
51
53
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 ()) ?> "
54
55
<?php if ($ _option ->getRequired ()) {
55
56
echo 'data-validate="{ \'validate-one-required-by-name \':true}" ' ;
56
57
} ?>
@@ -61,8 +62,7 @@ $viewModel = $block->getData('validateQuantityViewModel');
61
62
value="<?= $ block ->escapeHtmlAttr ($ _selection ->getSelectionId ()) ?> "
62
63
data-errors-message-box="#validation-message-box-radio"/>
63
64
<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 ()) ?> ">
66
66
<span><?= /* @noEscape */ $ block ->getSelectionTitlePrice ($ _selection ) ?> </span>
67
67
<br/>
68
68
<?= /* @noEscape */ $ block ->getTierPriceRenderer ()->renderTierPrice ($ _selection ) ?>
You can’t perform that action at this time.
0 commit comments