I´m working with Prestashop and I´m displaying prices with 4 decimals because I´m accepting EUR and Bitcoins. This is the code where the price is loaded:
<span class="price"><?php echo $product['price']; ?></span>
Is it possible to set the last 2 decimals to display:none?