我正在使用Magento CE 1.9。我想通過編輯formatPrice
函數來刪除「.00」點。我正在編輯的模板是/template/sales/order/items/renderer/default.phtml
如何編輯Magento中的formatPrice函數?
我該如何追蹤formatPrice
函數的位置?
$this->getOrder()->formatPrice($this->getItem()->getPrice()
我試過編輯Store.php
,但它不起作用。
也許你應該只'str_replace'了」 .00" ...的'formatPrice'功能是負責所有價格格式在整個商店。 –
你想從整個網站中刪除「.00」點.... ?? –