File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Tax/view/frontend
web/template/checkout/summary Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 <td <?= /* @escapeNotVerified */ $ block ->getLabelProperties () ?> >
2727 <?= $ block ->escapeHtml ($ title ) ?>
2828 <?php if (!is_null ($ percent )): ?>
29- (<?= ( float )$ percent ?> %)
29+ (<?= /* @escapeNotVerified */ $ _order -> formatPrice (( float )$ percent) ?> %)
3030 <?php endif ; ?>
3131 <br />
3232 </td>
Original file line number Diff line number Diff line change 3838 <!-- ko foreach: rates -->
3939 < tr class ="totals-tax-details ">
4040 <!-- 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 >
4242 <!-- /ko -->
4343 <!-- ko if: !percent -->
4444 < th class ="mark " scope ="row " data-bind ="text: title "> </ th >
You can’t perform that action at this time.
0 commit comments