Returns a currency representation of a number.
Returns a string containing a numeric value formatted as currency according the system currency settings.
You can change the system currency settings on System/Settings/Currency page. Default system currency
is USD and the default format is $10,000.00.
The following code outputs a product price.
Price: <?= format_currency($product->price()) ?>