12 <?php
if (
$block->displayPriceInclTax() ||
$block->displayBothPrices()): ?>
13 <span
class=
"price-wrapper price-including-tax" data-label=
"<?= /* @escapeNotVerified */ __('Incl. Tax') ?>">
15 <?= $this->helper(
'Magento\Checkout\Helper\Data')->formatPrice(
$_incl) ?>
18 <?php
if (
$block->displayPriceExclTax() ||
$block->displayBothPrices()): ?>
19 <span
class=
"price-wrapper price-excluding-tax" data-label=
"<?= /* @escapeNotVerified */ __('Excl. Tax') ?>">
20 <?= $this->helper(
'Magento\Checkout\Helper\Data')->formatPrice(
$_item->getCalculationPrice()) ?>