-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
44 lines (32 loc) · 1.55 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=== 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