magento去掉小数点后面的0

 <?php echo $_product->getPrice()?>
PHP number_format() 函数
 <?php echo number_format($_product->getPrice()); ?>
posted @ 2014-09-01 09:54  定格的有天  Views(171)  Comments(0Edit  收藏  举报