Hi there,
I’ve searched across all the forum posts and on google but I cannot seem to get this working.
I would like to display the catalog price as a whole number (with no trailing decimals) like this:

I have tried using floatformat:0 and floatformat:-2 but it doesn’t do anything it seems. This is my code:
“ Price: {% catalog 6957868023984 %}{% currency_format catalog_item.metadata.price|floatformat:0 %}{% endcatalog %}”
And this is the result I’m getting:

Your help is much appreciated! Thank you