File tree 2 files changed +2
-2
lines changed
app/code/Magento/Tax/view/frontend
web/template/checkout/summary
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
<td <?= /* @escapeNotVerified */ $ block ->getLabelProperties () ?> >
27
27
<?= $ block ->escapeHtml ($ title ) ?>
28
28
<?php if (!is_null ($ percent )): ?>
29
- (<?= ( float )$ percent ?> %)
29
+ (<?= /* @escapeNotVerified */ $ _order -> formatPrice (( float )$ percent) ?> %)
30
30
<?php endif ; ?>
31
31
<br />
32
32
</td>
Original file line number Diff line number Diff line change 38
38
<!-- ko foreach: rates -->
39
39
< tr class ="totals-tax-details ">
40
40
<!-- ko if: percent -->
41
- < th class ="mark " scope ="row " data-bind ="text: title + ' (' + percent + '%)' "> </ th >
41
+ < th class ="mark " scope ="row " data-bind ="text: title + ' (' + $parents[1].formatPrice( percent) + '%)' "> </ th >
42
42
<!-- /ko -->
43
43
<!-- ko if: !percent -->
44
44
< th class ="mark " scope ="row " data-bind ="text: title "> </ th >
You can’t perform that action at this time.
0 commit comments