money_with_currency
Formats a given price according to the store's settings that include the currency code.
Params
value{Number}price, required[hash.code]{Number}Currency, optional, default value is market currencyreturns{String}Formatted price
Usage
{{ money_with_currency number [code='USD'] }}
Example
{{ money_with_currency product.price code='USD'}}
Was this article helpful to you?