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 56
56
<?php endif ; ?> >
57
57
</td>
58
58
<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 %>
60
60
</td>
61
61
<?php else : ?>
62
62
<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 48
48
<!-- /ko -->
49
49
</div>
50
50
<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 () ?> }}
52
52
</script>
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
3
+ * Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
-
7
- //@codingStandardsIgnoreFile
8
6
?>
9
7
<?php
10
8
/**
11
9
* @var $block \Magento\Ui\Block\Wrapper
12
10
*/
13
11
?>
14
12
15
- <?php /* @escapeNotVerified */ echo $ block ->renderApp (
13
+ <?= /* @noEscape */ $ block ->renderApp (
16
14
[
17
15
'widget_columns ' => [
18
16
'displayMode ' => 'grid '
Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
-
7
- //@codingStandardsIgnoreFile
8
6
?>
9
7
<?php
10
8
/**
11
9
* @var $block \Magento\Ui\Block\Wrapper
12
10
*/
13
11
?>
14
12
15
- <?php /* @escapeNotVerified */ echo $ block ->renderApp (
13
+ <?= /* @noEscape */ $ block ->renderApp (
16
14
[
17
15
'widget_columns ' => [
18
16
'displayMode ' => 'list '
Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
-
7
- //@codingStandardsIgnoreFile
8
6
?>
9
7
<?php
10
8
/**
11
9
* @var $block \Magento\Ui\Block\Wrapper
12
10
*/
13
11
?>
14
12
15
- <?php /* @escapeNotVerified */ echo $ block ->renderApp (
13
+ <?= /* @noEscape */ $ block ->renderApp (
16
14
[
17
15
'listing ' => [
18
16
'displayMode ' => 'grid '
Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
-
7
- //@codingStandardsIgnoreFile
8
6
?>
9
7
<?php
10
8
/**
11
9
* @var $block \Magento\Ui\Block\Wrapper
12
10
*/
13
11
?>
14
12
15
- <?php /* @escapeNotVerified */ echo $ block ->renderApp (
13
+ <?= /* @noEscape */ $ block ->renderApp (
16
14
[
17
15
'listing ' => [
18
16
'displayMode ' => 'grid '
You can’t perform that action at this time.
0 commit comments