In earlier versions of Prestashop it used to be possible to display a number as a price using the smarty method convertPrice in a smarty template.
Example: {convertPrice price=$price|floatval}
This method does not seem to exist anymore in Prestashop 8. So, how would I display a number as a price?