-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
39 lines (28 loc) · 1.21 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
=== ELK Minimum Items per Order for WooCommerce ===
Contributors: elklab
Tags: ecommerce, e-commerce, shop, item, items, product, products, limit, minimum, min
Requires at least: 4.6
Tested up to: 5.3.2
Requires PHP: 7.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This simple plugin allows to set a minimum number of items per order
== Description ==
This simple plugin allows to set a minimum number of items per order.
If the number of items in the cart is less than the set value
an error message will be shown and the checkout will be blocked.
This plugin features Italian and French translations.
Spanish and German translations will be added in next version.
Configuration options are available in
WooCommerce->Settings->Products->ELK Minimum Items per Order
== Installation ==
1. Install from Plugin page or extract 'elkmipo.zip' in the '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Configure it in WooCommerce->Settings->Products->ELK Minimum Items per Order
== Changelog ==
= 1.1.0 =
* Add feature: add setting to limit items to multiple of a number
= 1.0.2 =
* Add "Back to store" link in error message
= 1.0.0 =
* Initial version