Woocommerce Remove Company Name

Just like wordpress, WooCommerce comes across as best, free, and open-source plugin for wordpress. Adding a WooCommerce plugin to a wordpress site takes the online business more comfortable and the best option for wordpress to sell products digitally, secure payments, and shipping.

WooCommerce is easy to use for beginners, completely free to download, powerful and expandable. Woocommerce can take advantage of the best free eCommerce solution for wordpress.

Some benefits of using Woocommerce in a web development company

  • It is very secure and easy to use.
  • Great flexibility
  • Work done can be done easily for e commerce projects
  • Many customisation process
  • It helps in content marketing

WOOCOMMERCE REMOVE COMPANY NAME

This is the plugin which we used to them to hide the company name field in WooCommerce. If no one is willing to code for this, You can have customizer to hide default setting that found under WooCommerce. ( default setting > Checkout settings)

Below we mention you how to remove WooCommerce company input field in the checkout page and simply add the below code under the functions.php file.

add_filter( ‘woocommerce_checkout_fields’ , ‘custom_override_checkout_fields’ );
function custom_override_checkout_fields( $fields ) {
unset($fields[‘billing’][‘billing_company’]);
return $fields;
}

Now, save the file and upload to server. There you can see the field choosen has been removed from checkout page after reload the page.

whatsapp