13 <?php
if (
$block->displayPriceInclTax() ||
$block->displayBothPrices()): ?>
14 <span
class=
"price-including-tax" data-label=
"<?= $block->escapeHtml(__('Incl. Tax')) ?>">
15 <?php
if (
$block->displayPriceWithWeeeDetails()): ?>
16 <span
class=
"cart-tax-total" 17 data-
mage-init=
'{"taxToggle": {"itemTaxId" : "#unit-item-tax-details<?= /* @escapeNotVerified */ $item->getId() ?>"}}'>
19 <span
class=
"cart-price">
21 <?=
$block->formatPrice(
$block->getUnitDisplayPriceInclTax()) ?>
24 <?php
if ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$item)): ?>
25 <span
class=
"cart-tax-info" id=
"unit-item-tax-details<?= /* @escapeNotVerified */ $item->getId() ?>" style=
"display: none;">
26 <?php
foreach ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$item) as
$tax): ?>
27 <span
class=
"weee" data-label=
"<?= /* @escapeNotVerified */ $tax['title'] ?>">
28 <?=
$block->formatPrice(
$tax[
'amount_incl_tax'],
true,
true) ?>
33 <?php
if (
$block->displayFinalPrice()): ?>
34 <span
class=
"cart-tax-total" 35 data-
mage-init=
'{"taxToggle": {"itemTaxId" : "#unit-item-tax-details<?= /* @escapeNotVerified */ $item->getId() ?>"}}'>
36 <span
class=
"weee" data-label=
"<?= $block->escapeHtml(__('Total Incl. Tax')) ?>">
37 <?=
$block->formatPrice(
$block->getFinalUnitDisplayPriceInclTax()) ?>
45 <?php
if (
$block->displayPriceExclTax() ||
$block->displayBothPrices()): ?>
46 <span
class=
"price-excluding-tax" data-label=
"<?= $block->escapeHtml(__('Excl. Tax')) ?>">
47 <?php
if (
$block->displayPriceWithWeeeDetails()): ?>
48 <span
class=
"cart-tax-total" 49 data-
mage-init=
'{"taxToggle": {"itemTaxId" : "#eunit-item-tax-details<?= /* @escapeNotVerified */ $item->getId() ?>"}}'>
51 <span
class=
"cart-price">
53 <?=
$block->formatPrice(
$block->getUnitDisplayPriceExclTax()) ?>
56 <?php
if ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$item)): ?>
57 <span
class=
"cart-tax-info" id=
"eunit-item-tax-details<?= /* @escapeNotVerified */ $item->getId() ?>" 58 style=
"display: none;">
59 <?php
foreach ($this->helper(
'Magento\Weee\Helper\Data')->getApplied(
$item) as
$tax): ?>
60 <span
class=
"weee" data-label=
"<?= /* @escapeNotVerified */ $tax['title'] ?>">
61 <?=
$block->formatPrice(
$tax[
'amount'],
true,
true) ?>
66 <?php
if (
$block->displayFinalPrice()): ?>
67 <span
class=
"cart-tax-total" 68 data-
mage-init=
'{"taxToggle": {"itemTaxId" : "#eunit-item-tax-details<?= /* @escapeNotVerified */ $item->getId() ?>"}}'>
69 <span
class=
"weee" data-label=
"<?= $block->escapeHtml(__('Total')) ?>">
70 <?=
$block->formatPrice(
$block->getFinalUnitDisplayPriceExclTax()) ?>
if( $form)() ?>< script > require(['jquery' mage mage
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