Page 1 of 1

Solved ....Currency Issue Commas Instead of Dots

Posted: Sun May 24, 2015 5:44 am
by mbi0
Guys could you help me out im using opencart 2.0.1.1 and all the prices regarding the currency are seen like this 1.200,50

and they should be displaying like 1,200.50 acording to my region.

I already tried to set correctly the currency at the admin panel and its still the same any help would be greatly apreciated

Re: Currency Issue Commas Instead of Dots

Posted: Sun May 24, 2015 7:37 am
by IP_CAM
upload\catalog\language\english\english.php
this needs to be modified:

Code: Select all

$_['decimal_point']         = '.';
$_['thousand_point']        = ',';
Ernie
bigmax.ch/os/

Re: Currency Issue Commas Instead of Dots

Posted: Mon May 25, 2015 4:31 am
by mbi0
Thanks alot !!
This solved the issue for me :)