You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm able to output an item's price by doing this: <span rv-html="cart.total_price | money Currency.currentCurrency"></span>// $48.00
I wish there was a way to output the item's price without the currency symbol, maybe something like this: <span rv-html="cart.total_price | money_without_currency Currency.currentCurrency"></span>// Desired output: 48.00
Thanks!
The text was updated successfully, but these errors were encountered:
I'm able to output an item's price by doing this:
<span rv-html="cart.total_price | money Currency.currentCurrency"></span>
// $48.00
I wish there was a way to output the item's price without the currency symbol, maybe something like this:
<span rv-html="cart.total_price | money_without_currency Currency.currentCurrency"></span>
// Desired output: 48.00
Thanks!
The text was updated successfully, but these errors were encountered: