Version Description
- Shipping related fields updated in import.
Download this release
Release Info
Developer | hikeforce |
Plugin | Order Export & Order Import for WooCommerce |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
- includes/importer/class-wf-csv-parser.php +9 -0
- order-import-export.php +1 -1
- readme.txt +5 -1
includes/importer/class-wf-csv-parser.php
CHANGED
@@ -28,6 +28,15 @@ class WF_CSV_Parser {
|
|
28 |
"order_tax",
|
29 |
"order_shipping",
|
30 |
"order_shipping_tax",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
"cart_discount",
|
32 |
"order_discount",
|
33 |
"order_total",
|
28 |
"order_tax",
|
29 |
"order_shipping",
|
30 |
"order_shipping_tax",
|
31 |
+
|
32 |
+
"shipping_total",
|
33 |
+
"shipping_tax_total",
|
34 |
+
"fee_total",
|
35 |
+
"fee_tax_total",
|
36 |
+
"tax_total",
|
37 |
+
"discount_total",
|
38 |
+
"refunded_total",
|
39 |
+
|
40 |
"cart_discount",
|
41 |
"order_discount",
|
42 |
"order_total",
|
order-import-export.php
CHANGED
@@ -6,7 +6,7 @@ Plugin URI: http://www.xadapter.com/product/order-import-export-plugin-for-wooco
|
|
6 |
Description: Export and Import Order detail including line items, From and To your WooCommerce Store.
|
7 |
Author: HikeForce
|
8 |
Author URI: http://www.xadapter.com/vendor/hikeforce/
|
9 |
-
Version: 1.0.
|
10 |
Text Domain: wf_order_import_export
|
11 |
*/
|
12 |
|
6 |
Description: Export and Import Order detail including line items, From and To your WooCommerce Store.
|
7 |
Author: HikeForce
|
8 |
Author URI: http://www.xadapter.com/vendor/hikeforce/
|
9 |
+
Version: 1.0.4
|
10 |
Text Domain: wf_order_import_export
|
11 |
*/
|
12 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: woocommerce export orders, woocommerce import orders, woocommerce export import orders, export woocommerce orders with line item details
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.5
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -74,6 +74,8 @@ Yes. You can import or export order line item details.
|
|
74 |
3. Exported sample order Screen
|
75 |
|
76 |
== Changelog ==
|
|
|
|
|
77 |
= 1.0.3 =
|
78 |
* German Translation file added.
|
79 |
= 1.0.2 =
|
@@ -84,6 +86,8 @@ Yes. You can import or export order line item details.
|
|
84 |
* Export /Import WooCommerce Orders.
|
85 |
|
86 |
== Upgrade Notice ==
|
|
|
|
|
87 |
= 1.0.3 =
|
88 |
* German Translation file added.
|
89 |
= 1.0.2 =
|
4 |
Tags: woocommerce export orders, woocommerce import orders, woocommerce export import orders, export woocommerce orders with line item details
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.5
|
7 |
+
Stable tag: 1.0.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
74 |
3. Exported sample order Screen
|
75 |
|
76 |
== Changelog ==
|
77 |
+
= 1.0.4 =
|
78 |
+
* Shipping related fields updated in import.
|
79 |
= 1.0.3 =
|
80 |
* German Translation file added.
|
81 |
= 1.0.2 =
|
86 |
* Export /Import WooCommerce Orders.
|
87 |
|
88 |
== Upgrade Notice ==
|
89 |
+
= 1.0.4 =
|
90 |
+
* Shipping related fields updated in import.
|
91 |
= 1.0.3 =
|
92 |
* German Translation file added.
|
93 |
= 1.0.2 =
|