forked from liquidweb/woo-cart-expiration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
54 lines (34 loc) · 1.23 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
45
46
47
48
49
50
51
52
53
54
=== WooCommerce Cart Expiration ===
Contributors: liquidweb, norcross
Tags: woocommerce, shopping cart, cart expiration
Requires at least: 4.8
Tested up to: 4.9.8
Stable tag: 0.2.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Set a time limit on a customer checking out.
== Description ==
Set a time limit on a customer checking out. Include a "time to check out"
countdown to encourage your customers to complete their purchase.
Features
* CSS based countdown display
* available actions and filters to modify functionality.
== Installation ==
This section describes how to install the plugin and get it working.
1. Upload `woo-cart-expiration` to the `/wp-content/plugins/` directory.
1. Activate the plugin through the 'Plugins' menu in WordPress.
1. Go to the WooCommerce general settings tab, scroll to the bottom and activate.
== Frequently Asked Questions ==
= Why do I need this? =
Because sometimes people need some encouragement.
== Screenshots ==
1. This is an example of the settings tab.
2. This is an example of the countdown timer.
== Changelog ==
= 0.2.0 09/27/2018 =
* Updating storage and retrieval methods for cookies.
= 0.1.0 09/25/2018 =
* Initial release
== Upgrade Notice ==
= 0.1.0 =
Initial release