needed to change the input selector id for the total field in the poster form
price_total = qty_total * 10;
}
- $('#input_5_20').text('$' + price_total + '.00');
- $('#input_5_20').val('$' + price_total + '.00');
+ $('#input_2_20').text('$' + price_total + '.00');
+ $('#input_2_20').val('$' + price_total + '.00');
}
$(window).on("load", function(){
price_total = qty_total * 10;
}
- $('#input_5_20').text('$' + price_total + '.00');
- $('#input_5_20').val('$' + price_total + '.00');
+ $('#input_2_20').text('$' + price_total + '.00');
+ $('#input_2_20').val('$' + price_total + '.00');
}
$(window).on("load", function(){