On magento 2.2.5 I have added the following to our credit memo transactional e-mail....
{{var creditmemo.grand_total}}
Problem is that produces the following price like: 00.0000, how can I round that to two decimal places only?
Hi @SamB_GB
Well , you can do that by creating plugins and modifying the decimal values !
Below i am sharing the reference links for the same !
https://magento.stackexchange.com/questions/200556/format-price-decimal-points
Hope it helps !
Still looking for a solution to this. Anyone done this before?
Did you get the solution for this ?