All-In-One

All-In-One

   Change Model?
AIO Repair
'); } setTimeout(function(){ get_price(get_price_callback); }, 200); }); get_price(); }); function getPromoCode() { } tpj(document).ready(function($){ $("#promo_code").on("keyup",function() { var promo_code = document.getElementById('promo_code').value.trim(); if(promo_code!="") { $(".showhide_promocode_msg").hide(); $(".promocode_msg").html(''); return false; } }); $("#promocode_removed").click(function() { var sub_total = $(".show_final_amt_val").html(); var _sub_total=formatMoney(sub_total); var f_sub_total=format_amount(_sub_total); $("#promo_code").val(''); $("#showhide_promocode_row").hide(); $("#showhide_subtotal_row").hide(); $("#promocode_id").val(''); $("#promocode_value").val(''); $("#total_amt").html(f_sub_total); if(sub_total > 0) { $("#total_amt").html(f_sub_total); $("#total_amt_lead").html(f_sub_total); $(".estimate_sticky").show(); } else { $("#total_amt").html(''); $("#total_amt_lead").html(''); $(".estimate_sticky").hide(); } $(".showhide_promocode_msg").hide(); }); });