I\'m having trouble converting the variation dropdowns into radio buttons a woocommerce enabled site. I\'ve tried the answer found here but I can\'t seem to make this solut
A few years later and there is a solution in the official repo: http://wordpress.org/plugins/woocommerce-radio-buttons/
The missing piece is that the plugin dequeue's the WooCommerce add-to-cart-variation.js
script and loads its own in order to trigger the right events via changes to the radio button inputs.