Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Option to output price without currency symbol #206

Open
obliviga opened this issue Jun 25, 2021 · 0 comments
Open

Feature: Option to output price without currency symbol #206

obliviga opened this issue Jun 25, 2021 · 0 comments

Comments

@obliviga
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant