escapeHtmlAttr($block->getStyle()); $colspan = (int) $block->getColspan(); /** @var \Magento\Checkout\Helper\Data $checkoutHelper */ $checkoutHelper = $block->getData('checkoutHelper'); ?> includeTax() && $block->getTotalExclTax() >= 0): ?>
| = $block->escapeHtml(__('Grand Total Excl. Tax')) ?> | = /* @noEscape */ $checkoutHelper->formatPrice($block->getTotalExclTax()) ?> |
= /* @noEscape */ $secureRenderer->renderStyleAsTag($style, 'tr.grand.totals.excl th.mark') ?> = /* @noEscape */ $secureRenderer->renderStyleAsTag($style, 'tr.grand.totals.excl td.amount') ?> = /* @noEscape */ $block->renderTotals('taxes', $colspan) ?> | = $block->escapeHtml(__('Grand Total Incl. Tax')) ?> | = /* @noEscape */ $checkoutHelper->formatPrice($block->getTotal()->getValue()) ?> |
= /* @noEscape */ $secureRenderer->renderStyleAsTag($style, 'tr.grand.totals.incl th.mark') ?> = /* @noEscape */ $secureRenderer->renderStyleAsTag($style, 'tr.grand.totals.incl td.amount') ?> | = $block->escapeHtml($block->getTotal()->getTitle()) ?> | = /* @noEscape */ $checkoutHelper->formatPrice($block->getTotal()->getValue()) ?> |
= /* @noEscape */ $secureRenderer->renderStyleAsTag($style, 'tr.grand.totals th.mark') ?> = /* @noEscape */ $secureRenderer->renderStyleAsTag($style, 'tr.grand.totals td.amount') ?>