Remove decimals in currency

Hello, I want remove the decimals from the currency. Example: From $59.00 to $59 Thank you!

Hi, Currently all currencies are used with a fixed 2 decimal configuration, and there is no option to change this behaviour. greetings

Hi, Tiago Garcia Thank you for the answer.

You could solve this problem if you remove the letters behind the . PHP preg_replace does the job

This works too. // [theme\_name]/frontend/detail/data.tpl {number\_format($sArticle.price, 0)}