tomax 2 decimals javascript code example
Example: to 2 decimal places javascript
var discount = Math.round((100 - (price / listprice) * 100) * 100) / 100;
var discount = Math.round((100 - (price / listprice) * 100) * 100) / 100;