14 <?php
if (
$block->displayPriceInclTax() ||
$block->displayBothPrices()): ?>
15 <span
class=
"price-including-tax" data-label=
"<?= $block->escapeHtml(__('Incl. Tax')) ?>">
17 <span
class=
"cart-price">
23 <?php
if (
$block->displayPriceExclTax() ||
$block->displayBothPrices()): ?>
24 <span
class=
"price-excluding-tax" data-label=
"<?= $block->escapeHtml(__('Excl. Tax')) ?>">
25 <span
class=
"cart-price">
26 <?=
$block->formatPrice(
$block->getItemDisplayPriceExclTax()) ?>
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