money
number | money
returns string
Formats a given price based on the store's HTML without currency setting.
{{ product.price | money }}
{{ product.price | money }}
{
"product": {
"price": "10.00"
}
}
Output
$10.00
Was this page helpful?
Formats a given price based on the store's HTML without currency setting.
{{ product.price | money }}
{
"product": {
"price": "10.00"
}
}