-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
58 lines (35 loc) · 1.84 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
=== Reduce stock of manual orders for WooCommerce ===
Contributors: claudiosanches
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RBVENSVSKY7JC
Tags: woocommerce, reduce, increase, stock
Requires at least: 4.0
Tested up to: 4.7
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Automatically reduce or increase stock levels of manual orders in WooCommerce
== Description ==
Automatically reduce stock levels when:
- Order status is changed to *Processing* or *Completed* in order screen or using the bulk actions on orders list screen.
Automatically increase stock levels when:
- Order status is changed to *Canceled* in order screen or using the bulk actions on orders list screen.
Note that this plugin does not require any kind of configuration, just install and start update the orders statuses in the admin screen to update the stock levels too.
#### Contribute ####
You can contribute to the source code in our [GitHub](https://github.com/claudiosanches/reduce-stock-of-manual-orders-for-woocommerce) page.
== Installation ==
* Upload plugin files to your plugins folder, or install using WordPress built-in Add New Plugin installer;
* Activate the plugin.
Note that is not necessary any kind of configuration.
== Frequently Asked Questions ==
= What is the plugin license? =
- This plugin is released under a GPL license.
== Changelog ==
= 1.0.1 - 2017/01/08 =
- Fixed how reduce order when using the order quick action buttons.
- Introduced the `rsmo_wc_reduce_stock_statuses` and `rsmo_wc_increase_stock_statuses` filters.
= 1.0.0 - 2016/09/14 =
- Initial plugin version.
== Upgrade Notice ==
= 1.0.1 =
- Fixed how reduce stock levels when using the order quick action buttons.
- Introduced the `rsmo_wc_reduce_stock_statuses` and `rsmo_wc_increase_stock_statuses` filters.