Formating price with Thousand Separator
-
Hi,
how I can format price value with 0 Number of Decimals and with Thousand Separator (according to woocommerce setting ) ?For Initial setting number of decimals I change at widget.php
$min = number_format( floor( $min ), 0, ‘.’, ” );
$max = number_format( ceil( $max ), 0, ‘.’, ” );But javascript change it to xxxxx.00
Where in js this setting?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Formating price with Thousand Separator’ is closed to new replies.