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 }}
{{ product.price | money_with_currency }}
{
"product": {
"price": "10.00"
}
}
Output
$10.00 CAD
Was this page helpful?