=== Hide Checkout Fields for WooCommerce ===
Contributors: brightvesseldev, kleinmannbrightvessel
Tags: woocommerce, checkout, hide-fields
Requires at least: 5.0
Tested up to: 7.1
WC tested up to: 11.1.0
Requires PHP: 7.2.0
Stable tag: 1.0.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Plugin to hide WooCommerce\'s Checkout fields

== Description ==
A simple plugin to hide the unwanted fields of the checkout depending on the order type. 

This plugin allows the user to define which fields will be displayed in the checkout depending on the order type.
At the moment there are two different scenarios covered: A Free purchase or a Normal purchase(this one is priced).

A Tab has been implemented in the Woocommerce Settings. Inside of this tab the user can find 2 sections, one for each Order type scenario.
Each section is populated dinamically with a set of checkboxes that correspond to the default checkout fields. Here the user can check the unwanted fields to exclude them from the checkout.

The checked fields will be removed from the checkout, order and the email. 

Is very important to notice that if order includes any shipping type, the fields related with the locations (such as country, state, address, etc.) will be displayed.  

== Installation ==
* PHP 7.2 or greater is recommended
* MySQL 5.6 or greater is recommended


1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the \'Plugins\' screen in WordPress
3. Use the Woocommerce->Settings->Hide Fields tab to configure the plugin, or click on the \"settings\" link of the plugin that appears when it is activated.
4. Set the plugin configuration as you wish
5. That\'s it!

== Changelog ==
= 1.0.1 - 11 Sept 2026 =
* Support for WordPress 7.1
* Support for WooCommerce 11.1.x

1.0

== Upgrade Notice ==
* Updated compatibility with WordPress 5.8.2 and Woocommerce 5.9
* Link to support added
* A direct link to the plugin settings has been added.
* More robustness has been added to the code, in a few areas where version 1.0 might have thrown a small warning error