File tree Expand file tree Collapse file tree 6 files changed +7
-15
lines changed
app/code/Magento/Catalog/view
adminhtml/templates/catalog/product/edit/options/type
frontend/templates/product Expand file tree Collapse file tree 6 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 5656 <?php endif ; ?> >
5757 </td>
5858 <td class="col-price-type select-opt-price-type">
59- <?= /* @escapeNotVerified */ $ block ->getPriceTypeSelectHtml ('data-attr="price-type" <% if (typeof data.scopePriceDisabled != "undefined" && data.scopePriceDisabled != null) { %> disabled="disabled" <% } %> ' ) ?> <%- data.checkboxScopePrice %>
59+ <?= /* @noEscape */ $ block ->getPriceTypeSelectHtml ('data-attr="price-type" <% if (typeof data.scopePriceDisabled != "undefined" && data.scopePriceDisabled != null) { %> disabled="disabled" <% } %> ' ) ?> <%- data.checkboxScopePrice %>
6060 </td>
6161 <?php else : ?>
6262 <input id="product_option_<%- data.id %>_select_<%- data.select_id %>_price" name="product[options][<%- data.id %>][values][<%- data.select_id %>][price]" type="hidden">
Original file line number Diff line number Diff line change 4848 <!-- /ko -->
4949</div>
5050<script type="text/x-magento-init">
51- {"[data-role=compare-products-sidebar]": {"Magento_Ui/js/core/app": <?= /* @escapeNotVerified */ $ block ->getJsLayout () ?> }}
51+ {"[data-role=compare-products-sidebar]": {"Magento_Ui/js/core/app": <?= /* @noEscape */ $ block ->getJsLayout () ?> }}
5252</script>
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
3+ * Copyright © Magento, Inc. All rights reserved.
44 * See COPYING.txt for license details.
55 */
6-
7- //@codingStandardsIgnoreFile
86?>
97<?php
108/**
119 * @var $block \Magento\Ui\Block\Wrapper
1210 */
1311?>
1412
15- <?php /* @escapeNotVerified */ echo $ block ->renderApp (
13+ <?= /* @noEscape */ $ block ->renderApp (
1614 [
1715 'widget_columns ' => [
1816 'displayMode ' => 'grid '
Original file line number Diff line number Diff line change 33 * Copyright © Magento, Inc. All rights reserved.
44 * See COPYING.txt for license details.
55 */
6-
7- //@codingStandardsIgnoreFile
86?>
97<?php
108/**
119 * @var $block \Magento\Ui\Block\Wrapper
1210 */
1311?>
1412
15- <?php /* @escapeNotVerified */ echo $ block ->renderApp (
13+ <?= /* @noEscape */ $ block ->renderApp (
1614 [
1715 'widget_columns ' => [
1816 'displayMode ' => 'list '
Original file line number Diff line number Diff line change 33 * Copyright © Magento, Inc. All rights reserved.
44 * See COPYING.txt for license details.
55 */
6-
7- //@codingStandardsIgnoreFile
86?>
97<?php
108/**
119 * @var $block \Magento\Ui\Block\Wrapper
1210 */
1311?>
1412
15- <?php /* @escapeNotVerified */ echo $ block ->renderApp (
13+ <?= /* @noEscape */ $ block ->renderApp (
1614 [
1715 'listing ' => [
1816 'displayMode ' => 'grid '
Original file line number Diff line number Diff line change 33 * Copyright © Magento, Inc. All rights reserved.
44 * See COPYING.txt for license details.
55 */
6-
7- //@codingStandardsIgnoreFile
86?>
97<?php
108/**
119 * @var $block \Magento\Ui\Block\Wrapper
1210 */
1311?>
1412
15- <?php /* @escapeNotVerified */ echo $ block ->renderApp (
13+ <?= /* @noEscape */ $ block ->renderApp (
1614 [
1715 'listing ' => [
1816 'displayMode ' => 'grid '
You can’t perform that action at this time.
0 commit comments