'Clear Price in Shopify

I have a problem with the price filters. I have a product that costs € 1,430.20 but I would like to obtain a value of 1430 therefore without currency, without decimals and without punctuation.

I tried with {{current_variant.price | money_without_currency | money_without_trailing_zeros}} but it doesn't work. Ideas?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source