In abandoned cart email I have
<?= $item->getPriceInclTax() ?>
and it looks like this
29.0000
Is it possible to change to
29.00
In abandoned cart email I have
<?= $item->getPriceInclTax() ?>
and it looks like this
29.0000
Is it possible to change to
29.00