16 <?php
if (
$block->displayPriceExclTax() ||
$block->displayBothPrices()): ?>
17 <?php
if (
$block->displayBothPrices()): ?>
18 <span
class=
"label"><?=
__(
'Excl. Tax') ?>:</span>
20 <?=
$block->formatPrice(
$block->getUnitDisplayPriceExclTax()) ?>
22 <?php
if ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$_item)): ?>
24 <?php
if (
$block->displayPriceWithWeeeDetails()): ?>
26 <?php
foreach ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$_item) as
$tax): ?>
27 <span
class=
"nobr"><?=
$tax[
'title'] ?>: <?=
$block->formatPrice(
$tax[
'amount'],
true,
true) ?></span><br />
32 <?php
if (
$block->displayFinalPrice()): ?>
34 <span
class=
"nobr"><?=
__(
'Total') ?>:<br />
35 <?=
$block->formatPrice(
$block->getFinalUnitDisplayPriceExclTax()) ?>
42 <?php
if (
$block->displayPriceInclTax() ||
$block->displayBothPrices()): ?>
43 <?php
if (
$block->displayBothPrices()): ?>
44 <br /><span
class=
"label"><?=
__(
'Incl. Tax') ?>:</span>
46 <?=
$block->formatPrice(
$block->getUnitDisplayPriceInclTax()) ?>
48 <?php
if ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$_item)): ?>
50 <?php
if (
$block->displayPriceWithWeeeDetails()): ?>
52 <?php
foreach ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$_item) as
$tax): ?>
53 <span
class=
"nobr"><?=
$tax[
'title'] ?>: <?=
$block->formatPrice(
$tax[
'amount_incl_tax'],
true,
true) ?></span><br />
58 <?php
if (
$block->displayFinalPrice()): ?>
59 <span
class=
"nobr"><?=
__(
'Total Incl. Tax') ?>:<br />
60 <?=
$block->formatPrice(
$block->getFinalUnitDisplayPriceInclTax()) ?>
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