-
Notifications
You must be signed in to change notification settings - Fork 8
/
readme.txt
executable file
·69 lines (50 loc) · 2.7 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
=== Woo In-Stock Notifier ===
Contributors: gk.loveweb
Donate link: https://govind.js.org
Tags: woocommerce plugin, woocommerce,in-stock, out-of-stock, stock management, notify user, userlist, waitlist, notify.
Requires at least: 5.2
Tested up to: 5.8
Stable tag: woo-in-stock-notifier
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Customers can join the waiting list of products those are out of stock. They will be notified automatically via email, when products come back in stock.
== Description ==
It enhance the WooCommerce functionality and allow the customer to join the waiting list for the product which is out of stock. So, Whenever the product comes in-stock those customer/user will be notified through the email. This is how this plugin works :)
This plugin’s code is available on [Github](https://github.com/emgk/woo-in-stock-notifier "Repository on Github"). Please feel free to fork the repository and send a pull request. If you find a bug in the plugin, open an issue.
[youtube https://www.youtube.com/watch?v=9EwUnQlXbRk]
== Installation ==
1. Download the plugin file.
2. Unzip the file into your 'wp-content/plugins/' directory.
3. Active it from 'plugin list' page in Wordpress Administrator.
4. Use the Woocommerce->In-Stock Notifier screen to configure the plugin.
Note: `This plugin requires WooCommerce in order to work.`
== Frequently Asked Questions ==
Please use WordPress support forum to ask any query regarding any issue.
= Is it possible to manage user’s list? =
Yes, It’s possible to manage the user list. You can manage the list of the waiting user from the edit product page in the backend.
= How do I disable the plugin? =
To disable the plugin, Go to ‘WooCommerce > In-Stock Notifier’ you will get the option to disable the plugin.
= What is archive list? =
When the email is sent to the sent to the user, this plugin allows you to move that email address to archive(in case you don’t want to lose the current wait list). You can restore or remove the email address from the archive list.
== Changelog ==
= 1.0.5 =
* Fix issues with latest version of WP and WooCommerce
= 1.0.4 =
* Make translatable
= 1.0.3 =
* Fix WC_Email issues
* Trigger email when stock status changes.
= 1.0.2 =
* Made compatible with newest version of Woocommerce
* Re-build UI/UX
* Added more filters/actions to allow modifications
= 1.0.1 =
* Email was not sending to the user.
* Could not add user to the waitlist.
* Improved coding
* Added WooCommerce new version support
= 1.0 =
* Initial release.
== Upgrade Notice ==
= 1.0.2 =
1.0.2 has brand new UI/UX, please check if compatible with your environment, [report issues here](https://github.com/emgk/woo-in-stock-notifier/issues)