21 <?php
if (
$block->displayPriceExclTax() ||
$block->displayBothPrices()): ?>
22 <?php
if (
$block->displayBothPrices()): ?>
23 <span
class=
"label"><?=
__(
'Excl. Tax') ?>:</span>
25 <?=
$_order->formatPrice(
$block->getRowDisplayPriceExclTax()) ?>
27 <?php
if ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$_item)): ?>
29 <?php
if (
$block->displayPriceWithWeeeDetails()): ?>
31 <?php
foreach ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$_item) as
$tax): ?>
32 <span
class=
"nobr"><?=
$tax[
'title'] ?>: <?=
$_order->formatPrice(
$tax[
'row_amount'],
true,
true) ?></span><br />
37 <?php
if (
$block->displayFinalPrice()): ?>
39 <span
class=
"nobr"><?=
__(
'Total') ?>:<br /> <?=
$_order->formatPrice(
$block->getFinalRowDisplayPriceExclTax()) ?></span>
45 <?php
if (
$block->displayPriceInclTax() ||
$block->displayBothPrices()): ?>
46 <?php
if (
$block->displayBothPrices()): ?>
47 <br /><span
class=
"label"><?=
__(
'Incl. Tax') ?>:</span>
49 <?=
$_order->formatPrice(
$block->getRowDisplayPriceInclTax()) ?>
50 <?php
if ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$_item)): ?>
52 <?php
if (
$block->displayPriceWithWeeeDetails()): ?>
54 <?php
foreach ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$_item) as
$tax): ?>
55 <span
class=
"nobr"><?=
$tax[
'title'] ?>: <?=
$_order->formatPrice(
$tax[
'row_amount_incl_tax'],
true,
true) ?></span><br />
60 <?php
if (
$block->displayFinalPrice()): ?>
61 <span
class=
"nobr"><?=
__(
'Total Incl. Tax') ?>:<br /> <?=
$_order->formatPrice(
$block->getFinalRowDisplayPriceInclTax()) ?></span>
if( $block->displayBothPrices()||$block->displayPriceExclTax())( $block->displayBothPrices())('Excl. Tax') ?> endif