i've tried many methods to make a custom fields in woocommerce 3.1 but this code didnt work for me.
can any one help me to figure out how to add a custom fields like this on the link below http://www.remicorson.com/mastering-woocommerce-products-custom-fields/
Best regards
Add Custom fields in Product General tab used
woocommerce_product_options_general_product_data
action hookadd_action( 'woocommerce_product_options_general_product_data', 'woo_add_custom_general_fields' );
Now For Saving this fields to data based using
woocommerce_process_product_meta
i hop now you understand. it working with WooCommerce 3.1