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