Skip to content

Magento 2. Change the price format .0000 to .00

In abandoned cart email I have

<?= $item->getPriceInclTax() ?>

and it looks like this

29.0000

Is it possible to change to

29.00