koda 发表于 2013-2-7 00:49:33

Magento

Magento输出价格相关的数字时,必须考虑货币(currency)标识,应该总是使用Mage::helper('core')->currency()输出价格:

<?php   $your_price = 8722.4;echo $this->helper('core')->currency($your_price,true,true); ?>
页: [1]
查看完整版本: Magento