Skip to content

Instantly share code, notes, and snippets.

@woogist
Created May 4, 2015 09:38
Show Gist options
  • Save woogist/cd2d1e22b4cd33daa803 to your computer and use it in GitHub Desktop.
Save woogist/cd2d1e22b4cd33daa803 to your computer and use it in GitHub Desktop.
wc_enqueue_js( "
jQuery( '.add_to_cart_inline .qty' ).on( 'change', function() {
var qty = jQuery( this ),
atc = jQuery( this ).next( '.add_to_cart_button' );
atc.attr( 'data-quantity', qty.val() );
});
" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment