Order Export & Order Import for WooCommerce - Version 1.1.6

Version Description

  • Sample CSV file updated.
Download this release

Release Info

Developer hikeforce
Plugin Icon 128x128 Order Export & Order Import for WooCommerce
Version 1.1.6
Comparing to
See all releases

Code changes from version 1.1.5 to 1.1.6

Files changed (3) hide show
  1. Sample_Order.csv +3 -3
  2. order-import-export.php +1 -1
  3. readme.txt +5 -1
Sample_Order.csv CHANGED
@@ -1,4 +1,4 @@
1
  order_id,order_number,order_date,status,shipping_total,shipping_tax_total,fee_total,fee_tax_total,tax_total,cart_discount,order_discount,discount_total,order_total,refunded_total,order_currency,payment_method,shipping_method,customer_id,customer_user,billing_first_name,billing_last_name,billing_company,billing_email,billing_phone,billing_address_1,billing_address_2,billing_postcode,billing_city,billing_state,billing_country,shipping_first_name,shipping_last_name,shipping_company,shipping_address_1,shipping_address_2,shipping_postcode,shipping_city,shipping_state,shipping_country,customer_note,shipping_items,fee_items,tax_items,coupon_items,order_notes,download_permissions,line_item_1,line_item_2,line_item_3
2
- 737,737,6/10/2016 5:56,processing,33.8,1.69,0,0,1.69,0,0,0,135.49,0,USD,cod,2nd Day Air (UPS),1,1,Sam,Jerry,MEGASYSTEMS INC,info@wooforce.com,8088379844,SUITE 5A-120,799 E DRAGRAM,90001,San Francisco,CA,US,Sam,Jerry,MEGASYSTEMS INC,SUITE 5A-120,799 E DRAGRAM,90001,San Francisco,CA,US,,method:2nd Day Air (UPS)|total:33.80,,code:US-V.A.T-1|total:1.69,,Payment to be made upon delivery. Order status changed from Pending Payment to Processing.,1,name:Red Hat|sku:003|quantity:1|total:100.00|refunded:0.00|meta:|tax:0.00,,
3
- 736,736,6/9/2016 14:15,processing,213.28,10.66,0,0,10.66,3,3,3,532.94,0,USD,cod,Ground (UPS),1,1,Sam,Jerry,MEGASYSTEMS INC,info@wooforce.com,8088379844,SUITE 5A-120,799 E DRAGRAM,90001,San Francisco,CA,US,Sam,Jerry,MEGASYSTEMS INC,SUITE 5A-120,799 E DRAGRAM,90001,San Francisco,CA,US,,method:Ground (UPS)|total:213.28,,code:US-V.A.T-1|total:10.66,code:7272ll|description:|amount:3.00,Payment to be made upon delivery. Order status changed from Pending Payment to Processing.,1,name:Men's Cotton T-Shirt|sku:B11V2|quantity:1|total:11.88|refunded:0.00|meta:color=Red|tax:0.00,name:Gift5|sku:006|quantity:1|total:198.08|refunded:0.00|meta:|tax:0.00,name:Red Hat|sku:003|quantity:1|total:99.04|refunded:0.00|meta:|tax:0.00
4
- 519,519,4/22/2016 7:40,processing,24.45,0,0,0,0,0,0,0,274.45,0,USD,cod,FedEx Ground (Delivery - Mon),2,2,John,Smith,ABC,john@example.com,123456789,SUITE 5A-120,799 E DRAGRAM,98102,SEATTLE,WA,US,John,Smith,ABC,SUITE 5A-120,799 E DRAGRAM,98102,SEATTLE,WA,US,,method:FedEx Ground (Delivery - Mon)|total:24.45,,,,Payment to be made upon delivery. Order status changed from Pending Payment to Processing.,1,name:Red Hat|sku:003|quantity:1|total:100.00|refunded:0.00|meta:|tax:0.00,name:Tee Shirt|sku:008|quantity:1|total:150.00|refunded:0.00|meta:|tax:0.00,
1
  order_id,order_number,order_date,status,shipping_total,shipping_tax_total,fee_total,fee_tax_total,tax_total,cart_discount,order_discount,discount_total,order_total,refunded_total,order_currency,payment_method,shipping_method,customer_id,customer_user,billing_first_name,billing_last_name,billing_company,billing_email,billing_phone,billing_address_1,billing_address_2,billing_postcode,billing_city,billing_state,billing_country,shipping_first_name,shipping_last_name,shipping_company,shipping_address_1,shipping_address_2,shipping_postcode,shipping_city,shipping_state,shipping_country,customer_note,shipping_items,fee_items,tax_items,coupon_items,order_notes,download_permissions,line_item_1,line_item_2,line_item_3
2
+ 737,737,6/10/2016 5:56,processing,33.8,1.69,0,0,1.69,0,0,0,135.49,0,USD,cod,2nd Day Air (UPS),1,1,Sam,Jerry,MEGASYSTEMS INC,info@wooforce.com,8088379844,SUITE 5A-120,799 E DRAGRAM,90001,San Francisco,CA,US,Sam,Jerry,MEGASYSTEMS INC,SUITE 5A-120,799 E DRAGRAM,90001,San Francisco,CA,US,,method:2nd Day Air (UPS)|total:33.80,,code:US-V.A.T-1|total:1.69,,Payment to be made upon delivery. Order status changed from Pending Payment to Processing.,1,name:Red Hat|product_id:35|sku:003|quantity:1|total:100.00|refunded:0.00|meta:|tax:0.00,,
3
+ 736,736,6/9/2016 14:15,processing,213.28,10.66,0,0,10.66,3,3,3,532.94,0,USD,cod,Ground (UPS),1,1,Sam,Jerry,MEGASYSTEMS INC,info@wooforce.com,8088379844,SUITE 5A-120,799 E DRAGRAM,90001,San Francisco,CA,US,Sam,Jerry,MEGASYSTEMS INC,SUITE 5A-120,799 E DRAGRAM,90001,San Francisco,CA,US,,method:Ground (UPS)|total:213.28,,code:US-V.A.T-1|total:10.66,code:7272ll|description:|amount:3.00,Payment to be made upon delivery. Order status changed from Pending Payment to Processing.,1,name:Men's Cotton T-Shirt|product_id:47|sku:B11V2|quantity:1|total:11.88|refunded:0.00|meta:color=Red|tax:0.00,name:Gift5|product_id:52|sku:006|quantity:1|total:198.08|refunded:0.00|meta:|tax:0.00,name:Red Hat|product_id:35|sku:003|quantity:1|total:99.04|refunded:0.00|meta:|tax:0.00
4
+ 519,519,4/22/2016 7:40,processing,24.45,0,0,0,0,0,0,0,274.45,0,USD,cod,FedEx Ground (Delivery - Mon),2,2,John,Smith,ABC,john@example.com,123456789,SUITE 5A-120,799 E DRAGRAM,98102,SEATTLE,WA,US,John,Smith,ABC,SUITE 5A-120,799 E DRAGRAM,98102,SEATTLE,WA,US,,method:FedEx Ground (Delivery - Mon)|total:24.45,,,,Payment to be made upon delivery. Order status changed from Pending Payment to Processing.,1,name:Red Hat|product_id:35|sku:003|quantity:1|total:100.00|refunded:0.00|meta:|tax:0.00,name:Tee Shirt|product_id:36|sku:008|quantity:1|total:150.00|refunded:0.00|meta:|tax:0.00,
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.1.5
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.1.6
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,woocommerce export coupons, woocommerce import coupons, woocommerce export import coupons
5
  Requires at least: 3.0.1
6
  Tested up to: 4.7
7
- Stable tag: 1.1.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -75,6 +75,8 @@ Yes. You can import or export order line item details.
75
  3. Exported sample order Screen
76
 
77
  == Changelog ==
 
 
78
  = 1.1.5 =
79
  * Plugin Icon Change.
80
  = 1.1.4 =
@@ -110,6 +112,8 @@ Yes. You can import or export order line item details.
110
  * Export /Import WooCommerce Orders.
111
 
112
  == Upgrade Notice ==
 
 
113
  = 1.1.5 =
114
  * Plugin Icon Change.
115
  = 1.1.4 =
4
  Tags: woocommerce export orders, woocommerce import orders, woocommerce export import orders, export woocommerce orders with line item details,woocommerce export coupons, woocommerce import coupons, woocommerce export import coupons
5
  Requires at least: 3.0.1
6
  Tested up to: 4.7
7
+ Stable tag: 1.1.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
75
  3. Exported sample order Screen
76
 
77
  == Changelog ==
78
+ = 1.1.6 =
79
+ * Sample CSV file updated.
80
  = 1.1.5 =
81
  * Plugin Icon Change.
82
  = 1.1.4 =
112
  * Export /Import WooCommerce Orders.
113
 
114
  == Upgrade Notice ==
115
+ = 1.1.6 =
116
+ * Sample CSV file updated
117
  = 1.1.5 =
118
  * Plugin Icon Change.
119
  = 1.1.4 =