Tagged: x Author Posts July 13, 2016 at 12:57 am #1084311 nickohornyParticipant I am organising my store, and notice on checkout when filling out details there are certain fields required* How do you edit this as I do not need phone number as required for example. Thank you. July 13, 2016 at 12:58 am #1084312 nickohornyParticipant This reply has been marked as private. July 13, 2016 at 5:31 am #1084605 ThaiModerator Hi There, To do that, please add the following code under functions.php file locates in child theme: add_filter( 'woocommerce_checkout_fields' , 'x_custom_override_default_address_fields', 100 ); function x_custom_override_default_address_fields( $fields ) { $fields['billing']['billing_phone']['required'] = 0; return $fields; } Hope it helps 🙂 July 13, 2016 at 5:34 am #1084609 ChristianModerator For more details, please see https://docs.woothemes.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/ Thanks. Author Posts <script> jQuery(function($){ $("#no-reply-1084311 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In