money
A given price is formed based on the shop's settings that do not include a currency code format.
{{ "pour price" | money()}} returns string
Params
-
pricenumber: Amount, Required -
codestring: Currency, not required, defaults to market currency
Example
default
{{ 10000 | money()}}
code
{{ 10000 | money(code="USD")}}
Was this article helpful to you?