Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
row_excl_tax.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
11 $_item = $block->getItem();
12 ?>
13 <span class="cart-price">
14  <?= /* @escapeNotVerified */ $this->helper('Magento\Checkout\Helper\Data')->formatPrice($_item->getRowTotal()) ?>
15 </span>
$block
Definition: block.php:8
$_item