(2017-08-16) Wilhelm Ironjaw: € NaN - Thats what comes up ,
Your selector, and the brackets typo, are the problems. The brackets typo on parseInt
total += parseInt($(this).text().replace("€","") || 0);
parses $(this).text().replace("€","") || 0 which is not what you want.