Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
row.phtml File Reference

Go to the source code of this file.

Variables

 $_item = $block->getItem()
 
if(( $block->displayPriceInclTax()||$block->displayBothPrices()) &&! $_item->getNoSubtotal())(__( 'Incl. Tax')) ?>"> <span class endif
 

Variable Documentation

◆ $_item

$_item = $block->getItem()

Definition at line 11 of file row.phtml.

◆ endif

if (($block->displayPriceExclTax() || $block->displayBothPrices()) && !$_item->getNoSubtotal()) (__('Excl. Tax')) ?>"> <span class endif
Initial value:
="cart-price">
<?= $block->formatPrice($_item->getRowTotalInclTax())
$_item
Definition: row.phtml:11
$block
Definition: block.php:8

Definition at line 13 of file row.phtml.