Skip to content

Instantly share code, notes, and snippets.

@thenbrent
Created October 8, 2012 01:51
Show Gist options
  • Save thenbrent/3850317 to your computer and use it in GitHub Desktop.
Save thenbrent/3850317 to your computer and use it in GitHub Desktop.
In WooCommerce, don't slide payment field box up-and-down (useful when only accepting one payment method)
jQuery(document).ready(function($){
$('.payment_methods input.input-radio').die('click');
});
@thenbrent
Copy link
Author

Won't be as handy once https://github.com/woothemes/woocommerce/pull/1574 is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment