I am trying to modify WooCommerce check out fields. There are two points I want to reach.
Conditional fields
I want to make conditional fields for differe
You've missed quote around "shipping_type" on this line :
$("input[name='shipping_type'").on("change",function(){
If this fix's not working : do you have error in the javascript console ?