Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
adjustment.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
9 ?>
10 
11 <?php ?>
12 
13 <?php if ($block->displayBothPrices()): ?>
14  <span id="<?= /* @escapeNotVerified */ $block->buildIdWithPrefix('price-excluding-tax-') ?>"
15  data-label="<?= $block->escapeHtml(__('Excl. Tax')) ?>"
16  data-price-amount="<?= /* @escapeNotVerified */ $block->getRawAmount() ?>"
17  data-price-type="basePrice"
18  class="price-wrapper price-excluding-tax">
19  <span class="price"><?= /* @escapeNotVerified */ $block->getDisplayAmountExclTax() ?></span></span>
20 <?php endif; ?>
if( $block->displayPriceExclTax()||$block->displayBothPrices())(__('Excl. Tax')) ?>"> <?php if ($block -> displayPriceWithWeeeDetails()): ?> <span class="cart-tax-total" data-mage-init=' Magento Weee Helper Data Magento Weee Helper Data title amount
Definition: unit.phtml:68
$block
Definition: block.php:8
if( $block->displayBothPrices())( 'price-excluding-tax-') ?>" data-label endif