[Product Addons] Set default input values for addons.
// Set default value to 0 for Custom price input jQuery(document).ready(function(){ jQuery('.addon-custom-price').val("0"); });