• Customer

    Chechout page edit

    Posted by: elmarbaghiyev Dec 25, 2017 at 05:24 (7 year ago)
    Hi. I install Woo Custom Checkout field plugin how you say, but I can't delete old edit boxes.

  • Customer

    Posted by: Kazim Vu, Dec 25, 2017 at 08:34 (7 year ago)

    Please open the functions.php file ( at the wp-content\themes\techone) and then enter these php codes as the attachment screenshot
    add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' );
    function custom_override_checkout_fields( $fields ) {
    unset($fields['billing']['billing_company']);
    return $fields;
    }
    add_filter( 'woocommerce_checkout_fields' , 'bbloomer_remove_billing_postcode_checkout' );
    function bbloomer_remove_billing_postcode_checkout( $fields ) {
    unset($fields['billing']['billing_postcode']);
    return $fields;
    }

INSTALLATION SERVICE

Theme Installation: $49. Pay now

CUSTOMIZED SERVICES

Use our expert service to turn your ideas into reality. Please send an email to kutethemes@gmail.com to provide the more detailed information. Thanks!

WORKING TIME

Our support service works from Monday to Friday.
Mean time (GMT +7):
+ 7:30 - 11:30 AM
+ 1:30 - 5:30 PM
We will try to answer all the questions within 24 hours and solve them as quickly as possible