For theme version 3.9.1 and higher
In order to change the number format must modify below files from:
wpresidence\libs\help_functions.php
——————————-
The details below will apply for older theme versions
For price number format we use the number_format function. See this topic: http://php.net/manual/en/function.number-format.php
In order to change the number format must modify below files from:
- wp-content/themes/wpresidence
2. wp-content/plugins/wpresidence-core
Indian Format
/home1/bloggywo/public_html/bhkhouse_com/wp-content/themes/wpresidence/libs/help_functions.php
find – $price=”; change in 6 position
setlocale(LC_MONETARY, ‘en_IN’);
$price = money_format(‘%.0n’, $price);