displayShipping()): ?>
escapeHtmlAttr($block->getStyle());
$colspan = (int) $block->getColspan();
/** @var \Magento\Checkout\Helper\Data $checkoutHelper */
$checkoutHelper = $block->getData('checkoutHelper');
?>
displayBoth()): ?>
|
= $block->escapeHtml($block->getExcludeTaxLabel()) ?>
|
= /* @noEscape */ $checkoutHelper->formatPrice($block->getShippingExcludeTax()) ?>
|
= /* @noEscape */ $secureRenderer->renderStyleAsTag($style, 'tr.totals.shipping.excl th.mark') ?>
= /* @noEscape */ $secureRenderer->renderStyleAsTag($style, 'tr.totals.shipping.excl td.amount') ?>
|
= $block->escapeHtml($block->getIncludeTaxLabel()) ?>
|
= /* @noEscape */ $checkoutHelper->formatPrice($block->getShippingIncludeTax()) ?>
|
= /* @noEscape */ $secureRenderer->renderStyleAsTag($style, 'tr.totals.shipping.incl th.mark') ?>
= /* @noEscape */ $secureRenderer->renderStyleAsTag($style, 'tr.totals.shipping.incl td.amount') ?>
displayIncludeTax()): ?>
|
= $block->escapeHtml($block->getTotal()->getTitle()) ?>
|
= /* @noEscape */ $checkoutHelper->formatPrice($block->getShippingIncludeTax()) ?>
|
= /* @noEscape */ $secureRenderer->renderStyleAsTag($style, 'tr.totals.shipping.incl th.mark') ?>
= /* @noEscape */ $secureRenderer->renderStyleAsTag($style, 'tr.totals.shipping.incl td.amount') ?>
|
= $block->escapeHtml($block->getTotal()->getTitle()) ?>
|
= /* @noEscape */ $checkoutHelper->formatPrice($block->getShippingExcludeTax()) ?>
|
= /* @noEscape */ $secureRenderer->renderStyleAsTag($style, 'tr.totals.shipping.excl th.mark') ?>
= /* @noEscape */ $secureRenderer->renderStyleAsTag($style, 'tr.totals.shipping.excl td.amount') ?>