14 <?php
if (
$block->displayShipping()):?>
15 <?php
if (
$block->displayBoth()):?>
16 <tr
class=
"totals shipping excl">
17 <th style=
"<?= /* @escapeNotVerified */ $block->getStyle() ?>" class=
"mark" colspan=
"<?= /* @escapeNotVerified */ $block->getColspan() ?>" scope=
"row">
18 <?=
$block->getExcludeTaxLabel() ?>
20 <td style=
"<?= /* @escapeNotVerified */ $block->getStyle() ?>" class=
"amount" data-th=
"<?= $block->escapeHtml($block->getExcludeTaxLabel()) ?>">
21 <?= $this->helper(
'Magento\Checkout\Helper\Data')->formatPrice(
$block->getShippingExcludeTax()) ?>
24 <tr
class=
"totals shipping incl">
25 <th style=
"<?= /* @escapeNotVerified */ $block->getStyle() ?>" class=
"mark" colspan=
"<?= /* @escapeNotVerified */ $block->getColspan() ?>" scope=
"row">
26 <?=
$block->getIncludeTaxLabel() ?>
28 <td style=
"<?= /* @escapeNotVerified */ $block->getStyle() ?>" class=
"amount" data-th=
"<?= $block->escapeHtml($block->getIncludeTaxLabel()) ?>">
29 <?= $this->helper(
'Magento\Checkout\Helper\Data')->formatPrice(
$block->getShippingIncludeTax()) ?>
33 <tr
class=
"totals shipping incl">
34 <th style=
"<?= /* @escapeNotVerified */ $block->getStyle() ?>" class=
"mark" colspan=
"<?= /* @escapeNotVerified */ $block->getColspan() ?>" scope=
"row">
35 <?=
$block->getTotal()->getTitle() ?>
37 <td style=
"<?= /* @escapeNotVerified */ $block->getStyle() ?>" class=
"amount" data-th=
"<?= $block->escapeHtml($block->getTotal()->getTitle()) ?>">
38 <?= $this->helper(
'Magento\Checkout\Helper\Data')->formatPrice(
$block->getShippingIncludeTax()) ?>
42 <tr
class=
"totals shipping excl">
43 <th style=
"<?= /* @escapeNotVerified */ $block->getStyle() ?>" class=
"mark" colspan=
"<?= /* @escapeNotVerified */ $block->getColspan() ?>" scope=
"row">
44 <?=
$block->escapeHtml(
$block->getTotal()->getTitle()) ?>
46 <td style=
"<?= /* @escapeNotVerified */ $block->getStyle() ?>" class=
"amount" data-th=
"<?= $block->escapeHtml($block->getTotal()->getTitle()) ?>">
47 <?= $this->helper(
'Magento\Checkout\Helper\Data')->formatPrice(
$block->getShippingExcludeTax()) ?>
elseif(isset( $params[ 'redirect_parent']))
if($this->helper('Magento\Tax\Helper\Data') ->displayShippingBothPrices() && $_incl !=$_excl) if( $this->helper( 'Magento\Tax\Helper\Data') ->displayShippingBothPrices() &&$_incl !=$_excl)( 'Excl. Tax') ?>"><? endif