Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$_item = $block->getItem() | |
if( $block->displayBothPrices())('Excl. Tax') ?> | endif = $block->formatPrice(max(0, $_rowTotalWithoutDiscount)) |
if( $block->displayPriceInclTax()||$block->displayBothPrices())( $block->displayBothPrices( $block->getStore()))('Incl. Tax') ?> | $_incl = $block->getTotalAmount($_item) |
if($block->displayPriceInclTax() || $block->displayBothPrices()) ($block->displayBothPrices($block->getStore())) ( 'Incl. Tax') ?> $_incl = $block->getTotalAmount($_item) |
Definition at line 29 of file total.phtml.
$_item = $block->getItem() |
Definition at line 13 of file total.phtml.
endif = $block->formatPrice(max(0, $_rowTotalWithoutDiscount)) |
Definition at line 21 of file total.phtml.