Use this script if there is a need to change the price format -
<script>
var __isp_options = __isp_options || { };
__isp_options.PRICE_CURRENCY_DISPLAY = { decimals: 2, decimals_sep: '.', thousands_sep: ',' };
</script>
Use this script if there is a need to change the price format -
<script>
var __isp_options = __isp_options || { };
__isp_options.PRICE_CURRENCY_DISPLAY = { decimals: 2, decimals_sep: '.', thousands_sep: ',' };
</script>