money_ with_ currency
number | money_with_currency
returns string
Formats a given price based on the store's HTML with currency setting.
{{ product.price | money_with_currency }}
Code
{{ product.price | money_with_currency }}Data
{
"product": {
"price": "10.00"
}
}Output
$10.00 CAD
Output
$10.00 CADWas this page helpful?