Create a new shipping method in woocommerce 3
问题 I need help in generating new shipping method in woocommerce version 3+. The name for new field is "Nextday delivery". Like the flat rate it also need to be there in the method but it was not displayed in the drop down select field. The below is the code which I tried. But it's not working for me. function request_a_shipping_quote_init() { if ( ! class_exists( 'WC_Request_Shipping_Quote_Method' ) ) { class WC_Request_Shipping_Quote_Method extends WC_Shipping_Method { public function _