File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Bundle/view/frontend/templates/js
ConfigurableProduct/view/frontend/templates/js
Downloadable/view/frontend/templates
sales/order/creditmemo/items/renderer
GroupedProduct/view/base/templates/product/price Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
// @codingStandardsIgnoreFile
8
8
9
9
?>
10
- <?= /* @noEscape */ $ block ->getChildHtml () ?>
10
+ <?= $ block ->getChildHtml () ?>
11
11
Original file line number Diff line number Diff line change 7
7
// @codingStandardsIgnoreFile
8
8
9
9
?>
10
- <?= /* @noEscape */ $ block ->getChildHtml () ?>
10
+ <?= $ block ->getChildHtml () ?>
Original file line number Diff line number Diff line change 7
7
// @codingStandardsIgnoreFile
8
8
9
9
?>
10
- <?= /* @noEscape */ $ block ->getChildHtml () ?>
10
+ <?= $ block ->getChildHtml () ?>
Original file line number Diff line number Diff line change 61
61
<td class="col subtotal" data-th="<?= $ block ->escapeHtml (__ ('Subtotal ' )) ?> ">
62
62
<?= $ block ->getItemRowTotalHtml () ?>
63
63
</td>
64
- <td class="col discount" data-th="<?= $ block ->escapeHtml (__ ('Discount Amount ' )) ?> "><?= $ block -> escapeHtml ( $ _order ->formatPrice (-$ _item ->getDiscountAmount () )) ?> </td>
64
+ <td class="col discount" data-th="<?= $ block ->escapeHtml (__ ('Discount Amount ' )) ?> "><?= /* @noEscape */ $ _order ->formatPrice (-$ _item ->getDiscountAmount ()) ?> </td>
65
65
<td class="col total" data-th="<?= $ block ->escapeHtml (__ ('Row Total ' )) ?> ">
66
66
<?= $ block ->getItemRowTotalAfterDiscountHtml () ?>
67
67
</td>
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if ($minProduct) {
29
29
<div class="price-box">
30
30
<?php if ($ minProduct && \Magento \Framework \Pricing \Render::ZONE_ITEM_VIEW != $ block ->getZone ()): ?>
31
31
<p class="minimal-price">
32
- <span class="price-label"><?= $ block ->escapeHtml (__ ('Starting at ' )) ?> </span><?= /* @noEscape */ $ amountRender ->toHtml () ?>
32
+ <span class="price-label"><?= $ block ->escapeHtml (__ ('Starting at ' )) ?> </span><?= $ amountRender ->toHtml () ?>
33
33
</p>
34
34
<?php endif ?>
35
35
</div>
You can’t perform that action at this time.
0 commit comments