16 <?php
if (
$block->displayPriceExclTax() ||
$block->displayBothPrices()): ?>
17 <?php
if (
$block->displayBothPrices()): ?>
18 <span
class=
"label"><?=
__(
'Excl. Tax') ?>:</span>
20 <?=
$block->formatPrice(
$block->getRowDisplayPriceExclTax()) ?>
23 <?php
if ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$_item)): ?>
25 <?php
if (
$block->displayPriceWithWeeeDetails()): ?>
27 <?php
foreach ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$_item) as
$tax): ?>
28 <span
class=
"nobr"><?=
$tax[
'title'] ?>: <?=
$block->formatPrice(
$tax[
'row_amount'],
true,
true) ?></span><br />
33 <?php
if (
$block->displayFinalPrice()): ?>
35 <span
class=
"nobr"><?=
__(
'Total') ?>:<br />
36 <?=
$block->formatPrice(
$block->getFinalRowDisplayPriceExclTax()) ?>
42 <?php
if (
$block->displayPriceInclTax() ||
$block->displayBothPrices()): ?>
43 <?php
if (
$block->displayBothPrices()): ?>
44 <br /><span
class=
"label"><?=
__(
'Incl. Tax') ?>:</span>
46 <?=
$block->formatPrice(
$block->getRowDisplayPriceInclTax()) ?>
47 <?php
if ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$_item)): ?>
49 <?php
if (
$block->displayPriceWithWeeeDetails()): ?>
51 <?php
foreach ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$_item) as
$tax): ?>
52 <span
class=
"nobr"><?=
$tax[
'title'] ?>: <?=
$block->formatPrice(
$tax[
'row_amount_incl_tax'],
true,
true) ?></span><br />
57 <?php
if (
$block->displayFinalPrice()): ?>
58 <span
class=
"nobr"><?=
__(
'Total Incl. Tax') ?>:<br />
59 <?=
$block->formatPrice(
$block->getFinalRowDisplayPriceInclTax()) ?>
if( $block->displayBothPrices()||$block->displayPriceExclTax())( $block->displayBothPrices())('Excl. Tax') ?> endif