Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-sales/view/frontend/templates/items/price/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-sales/view/frontend/templates/items/price/row.phtml

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

/** @var \Magento\Sales\Block\Order\Item\Renderer\DefaultRenderer $block */
$_item = $block->getItem();
?>
<span class="price-excluding-tax" data-label="<?= $block->escapeHtml(__('Excl. Tax')) ?>">
    <span class="cart-price">
        <?= /* @noEscape */ $block->getOrder()->formatPrice($block->getItem()->getRowTotal()) ?>
    </span>
</span>