magento去掉小数点后面的0

 <?php echo $_product->getPrice()?>
PHP number_format() 函数
 <?php echo number_format($_product->getPrice()); ?>
原文地址:https://www.cnblogs.com/freeze89/p/3948658.html