Jump to content

Back office Decimals.


Recommended Posts

I think I've found it. You have to edit the AdminProducts.php file for the back office catalog.

Look for:

value="'.$this->getFieldValue($obj, 'price').'"



Replace with:

value="'.money_format('%.2n',$this->getFieldValue($obj, 'price')).'"



You will have to do something similar for each price.

Link to comment
Share on other sites

×
×
  • Create New...