Created
July 18, 2014 14:23
-
-
Save michaeltieso/10561ac9571a94a2104d to your computer and use it in GitHub Desktop.
Default values for Product Add-ons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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