data-month="3"
data-month="6"
data-month="12"
$row.text((total - (total / 100 * percent)).toFixed(2));
var noDiscount = 1000 * month;
$row.text((total - (noDiscount + total / 100 * percent)).toFixed(2));
month = $(".month").data("month");
var noDiscount = 1000 * month;
$row.text((noDiscount + total - (total / 100 * percent)).toFixed(2));