WooCommerce remove address & billing fields
A simple plugin to remove additional address and billing fields from the woocommerce checkout, none of which are needed for adult sites or sites selling only downloadable content. It leaves just name, country (optional) and email address fields. You can comment out any fields you want to put back.
by NullCorps · github.com/nullcorps/woocommerce-remove-address-fields
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/nullcorps/woocommerce-remove-address-fields/archive/refs/heads/main.zipA simple plugin to remove additional address and billing fields from the woocommerce checkout, none of which are needed for adult sites or sites selling only downloadable content. It leaves just name, country (optional) and email address fields. You can comment out any fields you want to put back and/or make required.
Installation instructions:
by FTP/SFTP:
- download and unzip the plugin locally
- navigate to your wordpress install, /wp-content/plugins
- upload the woocommerce-remove-address-fields folder to your plugins folder
- enable the plugin in wp-admin interface
Job done!