Skip to content

Instantly share code, notes, and snippets.

@michaeltieso
Created July 18, 2014 14:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save michaeltieso/10561ac9571a94a2104d to your computer and use it in GitHub Desktop.
Save michaeltieso/10561ac9571a94a2104d to your computer and use it in GitHub Desktop.
Default values for Product Add-ons
// Set default value to 0 for Custom price input
jQuery(document).ready(function(){
jQuery('.addon-custom-price').val("0");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment