helper('Magento\Weee\Helper\Data');
$_item = $block->getItem();
/** @var \Magento\Sales\Model\Order $_order */
$_order = $_item->getOrder();
?>
displayPriceExclTax() || $block->displayBothPrices()): ?>
displayBothPrices()): ?>
= /* @escapeNotVerified */ __('Excl. Tax') ?>:
= /* @escapeNotVerified */ $_order->formatPrice($block->getRowDisplayPriceExclTax()) ?>
helper('Magento\Weee\Helper\Data')->getApplied($_item)): ?>
displayPriceWithWeeeDetails()): ?>
helper('Magento\Weee\Helper\Data')->getApplied($_item) as $tax): ?>
= /* @escapeNotVerified */ $tax['title'] ?>: = /* @escapeNotVerified */ $_order->formatPrice($tax['row_amount'], true, true) ?>
displayFinalPrice()): ?>
= /* @escapeNotVerified */ __('Total') ?>:
= /* @escapeNotVerified */ $_order->formatPrice($block->getFinalRowDisplayPriceExclTax()) ?>
displayPriceInclTax() || $block->displayBothPrices()): ?>
displayBothPrices()): ?>
= /* @escapeNotVerified */ __('Incl. Tax') ?>:
= /* @escapeNotVerified */ $_order->formatPrice($block->getRowDisplayPriceInclTax()) ?>
helper('Magento\Weee\Helper\Data')->getApplied($_item)): ?>
displayPriceWithWeeeDetails()): ?>
helper('Magento\Weee\Helper\Data')->getApplied($_item) as $tax): ?>
= /* @escapeNotVerified */ $tax['title'] ?>: = /* @escapeNotVerified */ $_order->formatPrice($tax['row_amount_incl_tax'], true, true) ?>
displayFinalPrice()): ?>
= /* @escapeNotVerified */ __('Total Incl. Tax') ?>:
= /* @escapeNotVerified */ $_order->formatPrice($block->getFinalRowDisplayPriceInclTax()) ?>