Jquery Adding tax to price with commas
I am having trouble calculating with commas in my price what would be de best solution to solve this? I am console log the right price and want to get the tax. example console log: "€1.652,89" $(document).ajaxSuccess(function() { var price…