• Resolved lisamaryburke

    (@lisamaryburke)


    I’m trying to do it with this change in fumctions.php
    ANY IDEA WHY THIS NOT BE WORKING ?

    add_filter( 'woocommerce_checkout_fields' , 'custom_checkout_fields' );
    function custom_checkout_fields( $fields ) {
    unset($fields['billing']['billing_postcode']);
    unset($fields['billing']['billing_state']);
    unset($fields['billing']['billing_phone']);
    return $fields;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Billing fields on woocommerce checkout page’ is closed to new replies.