16 <?php
if ($this->helper(
'Magento\Tax\Helper\Data')->displaySalesBothPrices() || $this->helper(
'Magento\Tax\Helper\Data')->displaySalesPriceExclTax()): ?>
17 <div
class=
"price-excl-tax">
18 <?php
if ($this->helper(
'Magento\Tax\Helper\Data')->displaySalesBothPrices()): ?>
19 <span
class=
"label"><?=
__(
'Excl. Tax') ?>:</span>
25 <?php
if ($this->helper(
'Magento\Tax\Helper\Data')->displaySalesBothPrices() || $this->helper(
'Magento\Tax\Helper\Data')->displaySalesPriceInclTax()): ?>
26 <div
class=
"price-incl-tax">
27 <?php
if ($this->helper(
'Magento\Tax\Helper\Data')->displaySalesBothPrices()): ?>
28 <span
class=
"label"><?=
__(
'Incl. Tax') ?>:</span>
30 <?php
$_incl = $this->helper(
'Magento\Checkout\Helper\Data')->getPriceInclTax(
$_item); ?>
31 <?php
$_baseIncl = $this->helper(
'Magento\Checkout\Helper\Data')->getBasePriceInclTax(
$_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