Monday, August 19, 2013

How to remove price decimal in magento?

 For this, you need to edit code/core/Mage/Directory/Model/Currency.php     Open  code/core/Mage/Directory/Model/Currency.php      Find the following :-  public function format($price, $options=array(), $includeContainer = true, $addBrackets = false)     {         return $this->formatPrecision($price,...

By PHP with 2 comments

    • Popular
    • Categories
    • Archives