-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathreadme.txt
33 lines (23 loc) · 1.25 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
=== WooCommerce Auto Restore Stock ===
Contributors: Kloon
Donate link: http://gerhardpotgieter.com/donate/
Tags: WooCommerce, stock, inventory, restore, cancelled, refunded
Requires at least: 3.7
Tested up to: 3.7.1
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Automatically restore your WooCommerce inventory/stock for orders that was cancelled or refunded.
== Description ==
WooCommerce Auto Restore Stock will automatically restore your WooCommerce inventory/stock for orders that was placed and refunded or cancelled.
The inventory/stock restore is triggered when the order goes from on-hold, processing, completed to either cancelled or refunded status.
When WooCommerce Auto Restore Stock restores the inventory/stock it will also add order notes to the order in question to show the adjusted values and to indicate that inventory/stock was restored.
== Installation ==
1. Upload `woocommerce-auto-stock-restore` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Cancel or Refund a completed, processing or on-hold order to make the inventory/stock restore.
== Changelog ==
= 1.0.1 =
* Added woocommerce_auto_stock_restored action
= 1.0.0 =
* First release