si there simple way to change 10000,00 to 10.000,- in QC 6.2

dheghel

Avatar: dheghel

2013-11-25 05:14

Indonesian curency doesn't have cent nominal....so i would ask here how to change it.... specially for QC 6.2
i'm apreciate for the help....thx

» Quick.Cart v6.x

dheghel

Avatar: dheghel

2013-11-25 08:43

i did succesfully to change 10000,00 to 10.000 refer to change price format on Quick.Cart 4.x but i can't make 10.000,-

dheghel

Avatar: dheghel

2013-11-25 09:34

--SOLVED-

To make ",-"

core/common.php:
Function displayPrice( $fPrice){
return str_replace( ',00', ',-', number_format( $fPrice, 2, ',', '.' ) );
} // end function displayPrice

Thx guy.....

Back to top
about us | contact