=== Set Minimum Checkout Amount for WooCommerce ===
Contributors: machinedean
Tags: woocommerce, ecommerce, minimum order, cart total, basket total
Requires at least: 5.0
Tested up to: 5.6.0
WC requires at least: 3.9.0
WC tested up to: 4.8.0
Requires PHP: 5.6.20
Stable tag: 1.0.3
License: GPLv3 or later License
URI: http://www.gnu.org/licenses/gpl-3.0.html

== Description ==

Prevent customers from completing their order by setting a minimum checkout amount. This is the order total or sub-total (defined in the settings) that must be met. If a customer attempts to reach the checkout, they are automatically sent back to the basket.

With this plugin you can:

* Specify the minimum checkout amount
* Determine the minimum checkout amount is against the customer's total or sub-total
* Customise the warning message when the minimum checkout amount is not set
* Set the minimum order rule to apply between two dates (start and end)

== Installation ==

1. Download the plugin, install it to your `wp-content/plugins` directory. Alternatively, you can install the plugin through the WordPress plugins section
2. Activate through the 'Plugins' section
3. Once activated, go to WooCommerce -> Settings and navigate to 'Set minimum purchase settings'

== Screenshots ==

== Changelog ==

= 1.0.0 2020-12-12 =
 * Initial release

= 1.0.1 2020-12-28 =
 * Updated naming following advice from WordPress plugin team

= 1.0.2 2020-12-28 =
 * Updated naming following advice from WordPress plugin team and make description clearer

= 1.0.3 2020-12-28 =
 * Moved files to top level directory
