did a trick today, I post here for future reference in case of updates:
currencydisplay.php
on line 301
add:
$res = preg_replace('/\,00/', '', $res);
$res = rtrim($res, ",");
this will show prices without useless ",00"
125,00 will result in "125"
bump: can it be implemented please?
Good point,
but I think it's up to you to do an override for this in your template.
Because some of us also want this for example :
<span>79€<sup>00</sup></span>