getItem(); // ensure we use the zone for the shopping cart / minicart $originalZone = $block->getZone(); $block->setZone(\Magento\Framework\Pricing\Render::ZONE_CART); ?> displayPriceInclTax() || $block->displayBothPrices()): ?> displayPriceWithWeeeDetails()): ?> formatPrice($block->getUnitDisplayPriceInclTax()); ?> displayPriceWithWeeeDetails()): ?> helper('Magento\Weee\Helper\Data')->getApplied($item)): ?> helper('Magento\Weee\Helper\Data')->getApplied($item) as $tax): ?> formatPrice($tax['amount_incl_tax'], true, true); ?> displayFinalPrice()): ?> formatPrice($block->getFinalUnitDisplayPriceInclTax()); ?> displayPriceExclTax() || $block->displayBothPrices()): ?> displayPriceWithWeeeDetails()): ?> formatPrice($block->getUnitDisplayPriceExclTax()); ?> displayPriceWithWeeeDetails()): ?> helper('Magento\Weee\Helper\Data')->getApplied($item)): ?> helper('Magento\Weee\Helper\Data')->getApplied($item) as $tax): ?> formatPrice($tax['amount'], true, true); ?> displayFinalPrice()): ?> formatPrice($block->getFinalUnitDisplayPriceExclTax()); ?> setZone($originalZone); ?>