17 <?php
if (
$block->displayPriceExclTax() ||
$block->displayBothPrices()): ?>
19 <?php
if (
$block->displayBothPrices()): ?>
20 <span
class=
"label"><?=
__(
'Excl. Tax') ?>:</span>
25 <?php
if ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$_item)): ?>
27 <?php
if (
$block->displayPriceWithWeeeDetails()): ?>
29 <?php
foreach ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$_item) as
$tax): ?>
30 <span
class=
"nobr"><?=
$tax[
'title'] ?>: <?=
$block->formatPrice(
$tax[
'row_amount'],
true,
true) ?></span><br />
35 <?php
if (
$block->displayFinalPrice()): ?>
37 <span
class=
"nobr"><?=
__(
'Total') ?>:<br />
38 <?=
$block->formatPrice(
$block->getFinalRowDisplayPriceExclTax() -
$_item->getTotalDiscountAmount()) ?>
45 <?php
if (
$block->displayPriceInclTax() ||
$block->displayBothPrices()): ?>
46 <?php
if (
$block->displayBothPrices()): ?>
47 <br /><span
class=
"label"><?=
__(
'Incl. Tax') ?>:</span>
51 <?php
if ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$_item)): ?>
53 <?php
if (
$block->displayPriceWithWeeeDetails()): ?>
55 <?php
foreach ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$_item) as
$tax): ?>
56 <span
class=
"nobr"><?=
$tax[
'title'] ?>: <?=
$block->formatPrice(
$tax[
'row_amount_incl_tax'],
true,
true) ?></span><br />
61 <?php
if (
$block->displayFinalPrice()): ?>
62 <span
class=
"nobr"><?=
__(
'Total Incl. Tax') ?>:<br />
63 <?=
$block->formatPrice(
$block->getFinalRowDisplayPriceInclTax() -
$_item->getTotalDiscountAmount()) ?>
if( $block->displayPriceInclTax()||$block->displayBothPrices())( $block->displayBothPrices( $block->getStore()))('Incl. Tax') ?> $_incl
$_rowTotalWithoutDiscount
if( $block->displayBothPrices())('Excl. Tax') ?> endif