16 <?php
if (
$block->displayPriceExclTax() ||
$block->displayBothPrices()): ?>
17 <?php
if (
$block->displayBothPrices()): ?>
18 <span
class=
"label"><?=
__(
'Excl. Tax') ?>:</span>
24 <?php
if (
$block->displayPriceInclTax() ||
$block->displayBothPrices()): ?>
25 <?php
if (
$block->displayBothPrices()): ?>
26 <br /><span
class=
"label"><?=
__(
'Incl. Tax') ?>:</span>
28 <?php
$_incl = $this->helper(
'Magento\Checkout\Helper\Data')->getPriceInclTax(
$_item); ?>
if( $this->helper( 'Magento\Tax\Helper\Data') ->displaySalesBothPrices()||$this->helper( 'Magento\Tax\Helper\Data') ->displaySalesPriceInclTax())( $this->helper( 'Magento\Tax\Helper\Data') ->displaySalesBothPrices())('Incl. Tax') ?> $_incl
if( $this->helper( 'Magento\Tax\Helper\Data') ->displaySalesBothPrices()||$this->helper( 'Magento\Tax\Helper\Data') ->displaySalesPriceExclTax())( $this->helper( 'Magento\Tax\Helper\Data') ->displaySalesBothPrices())('Excl. Tax') ?> endif