How can I change the price display to remove trailing zeros?

Hello,

I would like to change the display of my prices on my shop which have a round count (for example 29,00$)

I would like to make it so that instead of being displayed like that, it is displayed as “29$”.

I have tried changing the currency formatting in the shopify settings, adding a script at the end of my theme.liquid as well as replacing “money” with “money_without_trailing_zeros” in my product-template.liquid

I specify that I use PageFly

Thanks in advance.