-
Notifications
You must be signed in to change notification settings - Fork 6
/
readme.txt
77 lines (51 loc) · 1.71 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
70
71
72
73
74
75
76
77
=== Plugin Name ===
Contributors: pco_58
Tags: woocommerce, return, products
Requires at least: 3.8.1
Tested up to: 4.4.2
Stable tag: 1.3.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Add a form to Woocommerce order and let users return products.
== Description ==
This plugin allows you to add a form that send email with the product that user want's to return when an order is placed in woocommerce.
You can set user email, and how many days will be active this form in a order.
You can specify order statuses for the WC Return form will be available.
**If you find a bug or want to make an upgrade fill free to do it at [GitHub](https://github.com/pacocastillo/WC-Return-Products)**
== Installation ==
e.g.
1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to 'Woocommerce -> WC Return products' menu and configure this plugin
== Screenshots ==
1. WC Return products settings page
== Changelog ==
= 1.3.3 =
* NL language
= 1.3.2 =
* Fix error warning notices
= 1.3.1 =
* Fix error include files
= 1.3 =
* Add new order status
* Add note to order when products want to be returned
= 1.2.2 =
* Fix 4.3 WP update
= 1.2.1 =
* Fix .po errors for translate
= 1.2 =
* Fix bug with WP multisite
= 1.1 =
* Added order status to settings page
* Added woocommerce styles to email
* Fixed bug products list in email
= 1.02 =
* Fixed error Order id validation message
= 1.0 =
* Added settings page to configure email and days.
* Added the form to your order.
== Upgrade Notice ==
= 1.1 =
* This upgrade fixed error with products list in email.
= 1.02 =
* This upgrade fixed error with order id when submit form.