Order Export & Order Import for WooCommerce - Version 1.3.6

Version Description

  • Content Update.
Download this release

Release Info

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

Code changes from version 1.3.5 to 1.3.6

includes/importer/views-coupon/html-wf-import-greeting.php CHANGED
@@ -4,7 +4,7 @@
4
  <a href="<?php echo admin_url('admin.php?page=wf_woocommerce_order_im_ex') ?>" class="nav-tab"><?php _e('Order Import / Export', 'wf_order_import_export'); ?></a>
5
  <a href="<?php echo admin_url('admin.php?page=wf_coupon_csv_im_ex&tab=coupon') ?>" class="nav-tab nav-tab-active"><?php _e('Coupon Import / Export', 'wf_order_import_export'); ?></a>
6
  <a href="<?php echo admin_url('admin.php?page=wf_woocommerce_order_im_ex&tab=subscription') ?>" class="nav-tab"><?php _e('Subscription Import / Export', 'wf_order_import_export'); ?></a>
7
- <a href="https://www.xadapter.com/product/order-import-export-plugin-for-woocommerce/" target="_blank" class="nav-tab nav-tab-premium"><?php _e('Upgrade to Premium for More Features', 'wf_order_import_export'); ?></a>
8
  </h2>
9
  <div class="orderimpexp-main-box">
10
  <div class="tool-box bg-white p-20p orderimpexp-view">
4
  <a href="<?php echo admin_url('admin.php?page=wf_woocommerce_order_im_ex') ?>" class="nav-tab"><?php _e('Order Import / Export', 'wf_order_import_export'); ?></a>
5
  <a href="<?php echo admin_url('admin.php?page=wf_coupon_csv_im_ex&tab=coupon') ?>" class="nav-tab nav-tab-active"><?php _e('Coupon Import / Export', 'wf_order_import_export'); ?></a>
6
  <a href="<?php echo admin_url('admin.php?page=wf_woocommerce_order_im_ex&tab=subscription') ?>" class="nav-tab"><?php _e('Subscription Import / Export', 'wf_order_import_export'); ?></a>
7
+ <a href="https://www.webtoffee.com/product/woocommerce-order-coupon-subscription-export-import/" target="_blank" class="nav-tab nav-tab-premium"><?php _e('Upgrade to Premium for More Features', 'wf_order_import_export'); ?></a>
8
  </h2>
9
  <div class="orderimpexp-main-box">
10
  <div class="tool-box bg-white p-20p orderimpexp-view">
includes/importer/views/html-wf-import-greeting.php CHANGED
@@ -4,7 +4,7 @@
4
  <a href="<?php echo admin_url('admin.php?page=wf_woocommerce_order_im_ex') ?>" class="nav-tab nav-tab-active"><?php _e('Order Import / Export', 'wf_order_import_export'); ?></a>
5
  <a href="<?php echo admin_url('admin.php?page=wf_coupon_csv_im_ex&tab=coupon') ?>" class="nav-tab"><?php _e('Coupon Import / Export', 'wf_order_import_export'); ?></a>
6
  <a href="<?php echo admin_url('admin.php?page=wf_woocommerce_order_im_ex&tab=subscription') ?>" class="nav-tab"><?php _e('Subscription Import / Export', 'wf_order_import_export'); ?></a>
7
- <a href="https://www.xadapter.com/product/order-import-export-plugin-for-woocommerce/" target="_blank" class="nav-tab nav-tab-premium"><?php _e('Upgrade to Premium for More Features', 'wf_order_import_export'); ?></a>
8
  </h2>
9
  <div class="orderimpexp-main-box">
10
  <div class="tool-box bg-white p-20p orderimpexp-view">
4
  <a href="<?php echo admin_url('admin.php?page=wf_woocommerce_order_im_ex') ?>" class="nav-tab nav-tab-active"><?php _e('Order Import / Export', 'wf_order_import_export'); ?></a>
5
  <a href="<?php echo admin_url('admin.php?page=wf_coupon_csv_im_ex&tab=coupon') ?>" class="nav-tab"><?php _e('Coupon Import / Export', 'wf_order_import_export'); ?></a>
6
  <a href="<?php echo admin_url('admin.php?page=wf_woocommerce_order_im_ex&tab=subscription') ?>" class="nav-tab"><?php _e('Subscription Import / Export', 'wf_order_import_export'); ?></a>
7
+ <a href="https://www.webtoffee.com/product/woocommerce-order-coupon-subscription-export-import/" target="_blank" class="nav-tab nav-tab-premium"><?php _e('Upgrade to Premium for More Features', 'wf_order_import_export'); ?></a>
8
  </h2>
9
  <div class="orderimpexp-main-box">
10
  <div class="tool-box bg-white p-20p orderimpexp-view">
includes/importer/views/html-wf-import-options.php CHANGED
@@ -5,7 +5,7 @@
5
  <a href="<?php echo admin_url('admin.php?page=wf_woocommerce_order_im_ex') ?>" class="nav-tab <?php echo ($tab == 'import') ? 'nav-tab-active' : ''; ?>"><?php _e('Order Import / Export', 'wf_order_import_export'); ?></a>
6
  <a href="<?php echo admin_url('admin.php?page=wf_coupon_csv_im_ex&tab=coupon') ?>" class="nav-tab <?php echo ($tab == 'coupon') ? 'nav-tab-active' : ''; ?>"><?php _e('Coupon Import / Export', 'wf_order_import_export'); ?></a>
7
  <a href="<?php echo admin_url('admin.php?page=wf_woocommerce_order_im_ex&tab=subscription') ?>" class="nav-tab <?php echo ($tab == 'subscription') ? 'nav-tab-active' : ''; ?>"><?php _e('Subscription Import / Export', 'wf_order_import_export'); ?></a>
8
- <a href="https://www.xadapter.com/product/order-import-export-plugin-for-woocommerce/" target="_blank" class="nav-tab nav-tab-premium"><?php _e('Upgrade to Premium for More Features', 'wf_order_import_export'); ?></a>
9
  </h2>
10
 
11
  <form action="<?php echo admin_url('admin.php?import=' . $this->import_page . '&step=2&merge=' . $merge); ?>" method="post" id="nomap">
5
  <a href="<?php echo admin_url('admin.php?page=wf_woocommerce_order_im_ex') ?>" class="nav-tab <?php echo ($tab == 'import') ? 'nav-tab-active' : ''; ?>"><?php _e('Order Import / Export', 'wf_order_import_export'); ?></a>
6
  <a href="<?php echo admin_url('admin.php?page=wf_coupon_csv_im_ex&tab=coupon') ?>" class="nav-tab <?php echo ($tab == 'coupon') ? 'nav-tab-active' : ''; ?>"><?php _e('Coupon Import / Export', 'wf_order_import_export'); ?></a>
7
  <a href="<?php echo admin_url('admin.php?page=wf_woocommerce_order_im_ex&tab=subscription') ?>" class="nav-tab <?php echo ($tab == 'subscription') ? 'nav-tab-active' : ''; ?>"><?php _e('Subscription Import / Export', 'wf_order_import_export'); ?></a>
8
+ <a href="https://www.webtoffee.com/product/woocommerce-order-coupon-subscription-export-import/" target="_blank" class="nav-tab nav-tab-premium"><?php _e('Upgrade to Premium for More Features', 'wf_order_import_export'); ?></a>
9
  </h2>
10
 
11
  <form action="<?php echo admin_url('admin.php?import=' . $this->import_page . '&step=2&merge=' . $merge); ?>" method="post" id="nomap">
includes/views/html-wf-admin-screen.php CHANGED
@@ -4,7 +4,7 @@
4
  <a href="<?php echo admin_url('admin.php?page=wf_woocommerce_order_im_ex') ?>" class="nav-tab <?php echo ($tab == 'import') ? 'nav-tab-active' : ''; ?>"><?php _e('Order Import / Export', 'wf_order_import_export'); ?></a>
5
  <a href="<?php echo admin_url('admin.php?page=wf_coupon_csv_im_ex&tab=coupon') ?>" class="nav-tab <?php echo ($tab == 'coupon') ? 'nav-tab-active' : ''; ?>"><?php _e('Coupon Import / Export', 'wf_order_import_export'); ?></a>
6
  <a href="<?php echo admin_url('admin.php?page=wf_woocommerce_order_im_ex&tab=subscription') ?>" class="nav-tab <?php echo ($tab == 'subscription') ? 'nav-tab-active' : ''; ?>"><?php _e('Subscription Import / Export', 'wf_order_import_export'); ?></a>
7
- <a href="https://www.xadapter.com/product/order-import-export-plugin-for-woocommerce/" target="_blank" class="nav-tab nav-tab-premium"><?php _e('Upgrade to Premium for More Features', 'wf_order_import_export'); ?></a>
8
  </h2>
9
 
10
  <?php
4
  <a href="<?php echo admin_url('admin.php?page=wf_woocommerce_order_im_ex') ?>" class="nav-tab <?php echo ($tab == 'import') ? 'nav-tab-active' : ''; ?>"><?php _e('Order Import / Export', 'wf_order_import_export'); ?></a>
5
  <a href="<?php echo admin_url('admin.php?page=wf_coupon_csv_im_ex&tab=coupon') ?>" class="nav-tab <?php echo ($tab == 'coupon') ? 'nav-tab-active' : ''; ?>"><?php _e('Coupon Import / Export', 'wf_order_import_export'); ?></a>
6
  <a href="<?php echo admin_url('admin.php?page=wf_woocommerce_order_im_ex&tab=subscription') ?>" class="nav-tab <?php echo ($tab == 'subscription') ? 'nav-tab-active' : ''; ?>"><?php _e('Subscription Import / Export', 'wf_order_import_export'); ?></a>
7
+ <a href="https://www.webtoffee.com/product/woocommerce-order-coupon-subscription-export-import/" target="_blank" class="nav-tab nav-tab-premium"><?php _e('Upgrade to Premium for More Features', 'wf_order_import_export'); ?></a>
8
  </h2>
9
 
10
  <?php
includes/views/html-wf-getting-started-subscription.php CHANGED
@@ -5,8 +5,8 @@
5
  <div class="squeezer">
6
  <h4><?php _e('<strong>This Feature is only available in Premium version</strong>', 'wf_order_import_export'); ?></h4>
7
  <p class="submit">
8
- <a href="http://www.xadapter.com/product/order-import-export-plugin-for-woocommerce/" target="_blank" class="button button-primary"><?php _e('Upgrade to Premium Version', 'wf_order_import_export'); ?></a>
9
- <a href="http://www.xadapter.com/2016/06/20/setting-up-order-import-export-plugin-for-woocommerce/" target="_blank" class="button"><?php _e('Documentation', 'wf_order_import_export'); ?></a>
10
  <a href="<?php echo plugins_url('Sample_Subscription.csv', WF_OrderImpExpCsv_FILE); ?>" target="_blank" class="button"><?php _e('Sample Subscription CSV', 'wf_order_import_export'); ?></a>
11
  </p>
12
  </div>
5
  <div class="squeezer">
6
  <h4><?php _e('<strong>This Feature is only available in Premium version</strong>', 'wf_order_import_export'); ?></h4>
7
  <p class="submit">
8
+ <a href="https://www.webtoffee.com/product/woocommerce-order-coupon-subscription-export-import/" target="_blank" class="button button-primary"><?php _e('Upgrade to Premium Version', 'wf_order_import_export'); ?></a>
9
+ <a href="https://www.webtoffee.com/setting-up-order-import-export-plugin-for-woocommerce/" target="_blank" class="button"><?php _e('Documentation', 'wf_order_import_export'); ?></a>
10
  <a href="<?php echo plugins_url('Sample_Subscription.csv', WF_OrderImpExpCsv_FILE); ?>" target="_blank" class="button"><?php _e('Sample Subscription CSV', 'wf_order_import_export'); ?></a>
11
  </p>
12
  </div>
includes/views/market.php CHANGED
@@ -11,7 +11,7 @@ if (!defined('ABSPATH')) {
11
  </div>
12
  <div class="orderimpexp-premium-features">
13
 
14
- <center><a href="https://www.xadapter.com/product/order-import-export-plugin-for-woocommerce/" target="_blank" class="button button-primary button-go-pro"><?php _e('Upgrade to Premium Version', 'wf_csv_import_export'); ?></a></center>
15
  <span>
16
  <ul>
17
  <li><?php _e('Import and Export Subscriptions along with Order and Coupon.', 'wf_order_import_export'); ?></li>
@@ -37,7 +37,7 @@ if (!defined('ABSPATH')) {
37
 
38
  </span>
39
  <center>
40
- <a href="https://www.xadapter.com/setting-up-order-import-export-plugin-for-woocommerce/" target="_blank" class="button button-doc-demo"><?php _e('Documentation', 'wf_order_import_export'); ?></a>
41
  </center>
42
  <center>
43
  <a href="<?php echo plugins_url('Sample_Order.csv', WF_OrderImpExpCsv_FILE); ?>" target="_blank" class="button button-doc-demo"><?php _e('Sample Order CSV', 'wf_order_import_export'); ?></a>
11
  </div>
12
  <div class="orderimpexp-premium-features">
13
 
14
+ <center><a href="https://www.webtoffee.com/product/woocommerce-order-coupon-subscription-export-import//" target="_blank" class="button button-primary button-go-pro"><?php _e('Upgrade to Premium Version', 'wf_csv_import_export'); ?></a></center>
15
  <span>
16
  <ul>
17
  <li><?php _e('Import and Export Subscriptions along with Order and Coupon.', 'wf_order_import_export'); ?></li>
37
 
38
  </span>
39
  <center>
40
+ <a href="https://www.webtoffee.com/setting-up-order-import-export-plugin-for-woocommerce/" target="_blank" class="button button-doc-demo"><?php _e('Documentation', 'wf_order_import_export'); ?></a>
41
  </center>
42
  <center>
43
  <a href="<?php echo plugins_url('Sample_Order.csv', WF_OrderImpExpCsv_FILE); ?>" target="_blank" class="button button-doc-demo"><?php _e('Sample Order CSV', 'wf_order_import_export'); ?></a>
order-import-export.php CHANGED
@@ -6,7 +6,7 @@ Plugin URI: https://wordpress.org/plugins/order-import-export-for-woocommerce/
6
  Description: Export and Import Order detail including line items, From and To your WooCommerce Store.
7
  Author: WebToffee
8
  Author URI: https://www.webtoffee.com/product/woocommerce-order-coupon-subscription-export-import/
9
- Version: 1.3.5
10
  Text Domain: wf_order_import_export
11
  WC tested up to: 3.4.5
12
  License: GPLv3
@@ -72,8 +72,10 @@ if (in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', ge
72
  public function wf_plugin_action_links( $links ) {
73
  $plugin_links = array(
74
  '<a href="' . admin_url( 'admin.php?page=wf_woocommerce_order_im_ex' ) . '">' . __( 'Import Export', 'wf_order_import_export' ) . '</a>',
75
- '<a href="https://www.xadapter.com/product/order-import-export-plugin-for-woocommerce/" target="_blank" style="color:#3db634;">' . __( 'Premium Upgrade', 'wf_order_import_export' ) . '</a>',
76
- '<a href="https://wordpress.org/support/plugin/order-import-export-for-woocommerce">' . __( 'Support', 'wf_order_import_export' ) . '</a>',
 
 
77
  );
78
  if (array_key_exists('deactivate', $links)) {
79
  $links['deactivate'] = str_replace('<a', '<a class="wforderimpexp-deactivate-link"', $links['deactivate']);
6
  Description: Export and Import Order detail including line items, From and To your WooCommerce Store.
7
  Author: WebToffee
8
  Author URI: https://www.webtoffee.com/product/woocommerce-order-coupon-subscription-export-import/
9
+ Version: 1.3.6
10
  Text Domain: wf_order_import_export
11
  WC tested up to: 3.4.5
12
  License: GPLv3
72
  public function wf_plugin_action_links( $links ) {
73
  $plugin_links = array(
74
  '<a href="' . admin_url( 'admin.php?page=wf_woocommerce_order_im_ex' ) . '">' . __( 'Import Export', 'wf_order_import_export' ) . '</a>',
75
+ '<a href="https://www.webtoffee.com/product/woocommerce-order-coupon-subscription-export-import/" target="_blank" style="color:#3db634;">' . __( 'Premium Upgrade', 'wf_order_import_export' ) . '</a>',
76
+ '<a target="_blank" href="https://www.webtoffee.com/support/">' . __( 'Support', 'wf_order_import_export' ) . '</a>',
77
+ '<a target="_blank" href="https://wordpress.org/plugins/order-import-export-for-woocommerce/reviews/">' . __('Review', 'wf_customer_import_export') . '</a>',
78
+
79
  );
80
  if (array_key_exists('deactivate', $links)) {
81
  $links['deactivate'] = str_replace('<a', '<a class="wforderimpexp-deactivate-link"', $links['deactivate']);
readme.txt CHANGED
@@ -1,200 +1,200 @@
1
- === Order Export & Order Import for WooCommerce ===
2
- Contributors: webtoffee
3
- Donate link: https://www.webtoffee.com/plugins/
4
- Tags: Order Export, Order Import, WooCommerce Export Orders , WooCommerce Import Orders , Export Orders, Import Orders
5
- Requires at least: 3.0.1
6
- Tested up to: 4.9.8
7
- Stable tag: 1.3.5
8
- License: GPLv3
9
- License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
-
11
- WooCommerce Export Orders & WooCommerce Import Orders. Easily Export WooCommerce Orders to CSV. Also Import WooCommerce Orders from CSV
12
-
13
- == Description ==
14
-
15
- = Introduction =
16
- This is perfect tool if you are migrating an existing shop on a different eCommerce platform to WooCommerce, allowing you to maintain your order history including subscription orders (available in premium). Plugin will even allow you to migrate thousands of coupons from your old eCommerce platform or Campaigns.
17
-
18
- &#128312; Export Orders to CSV file.
19
- &#128312; Import Orders from CSV file.
20
- &#128312; Export Coupons to CSV file.
21
- &#128312; Import Coupons from CSV file.
22
- &#128312; Export Subscription Orders to CSV file(Premium Feature).
23
- &#128312; Import Subscription Orders from CSV file(Premium Feature).
24
- &#128312; Tested OK with WooCommerce 3.4.5.
25
-
26
- <blockquote>
27
-
28
-
29
- = Order Export & Order Import for WooCommerce Premium Version Features =
30
-
31
- &#9989; Export WooCommerce Orders to CSV file.
32
- &#9989; Import WooCommerce Orders from CSV file.
33
- &#9989; Export Subscription Orders to CSV file.
34
- &#9989; Import Subscription Orders from CSV file.
35
- &#9989; Import Coupons from CSV file.
36
- &#9989; Export Coupons to CSV file.
37
- &#9989; Importing Order meta to WooCommerce.
38
- &#9989; Filtering options while Export using Order Status, Date, Coupon Type etc.
39
- &#9989; Change values while import using Evaluation Field feature.
40
- &#9989; A number of third party plugins supported.
41
- &#9989;Column Mapping Feature to Import from any CSV format ( Magento, Shopify, OpenCart etc. ).
42
- &#9989; Import and Export via FTP.
43
- &#9989; Schedule automatic import using Cron Job Feature.
44
- &#9989; Scheduled export using Cron Job Feature.
45
- &#9989; Import WooCommerce Orders from XML.
46
- &#9989; Export WooCommerce Orders to XML.
47
- &#9989; XML Export/Import supports Stamps.com desktop application, UPS WorldShip, Endicia and FedEx.
48
- &#9989; Excellent Support for setting it up!
49
-
50
-
51
- For complete list of features and details, Please visit <a rel="nofollow" href="https://www.xadapter.com/product/order-import-export-plugin-for-woocommerce/">Order Export Import Plugin for WooCommerce</a> for more details
52
-
53
- </blockquote>
54
-
55
- Note: Please note that below section applies to our free version and premium version. While the flow is same, some of the features are only available in premium version.
56
-
57
- = How to export orders from WooCommerce? =
58
-
59
- The Order Export & Order Import for WooCommerce Plugin's simple interface makes it extremely easy to map the data in your CSV file to the appropriate fields in WooCommerce. The plugin supports Custom Fields, dates, and pretty much every other WooCommerce Order / WooCommerce Subscription / WooCommerce Coupon field.
60
-
61
- Our Plugin helps you to export WooCommerce bulk order data in XML format prescribed by other Service Providers. Using exported XML, you can import the orders to the Service Provider. It also provides option to export XML using WooCommerce format, using which you will be able to import the orders to another WooCommerce website.
62
-
63
- **WooCommerce Export Orders**
64
-
65
- To Export WooCommerce Orders to CSV just click the Export Orders button from the plugin page. You can select the order or subscription statuses and coupons types that you want to export. Configure other settings and select the columns you want to export.
66
-
67
-
68
- = How to import orders to WooCommerce? =
69
-
70
- The Order Export & Order Import for WooCommerce Plugin's simple interface makes it extremely easy to map the data in your CSV file to the appropriate fields in WooCommerce. The plugin supports Custom Fields, dates, and pretty much every other WooCommerce Order / WooCommerce Subscription / WooCommerce Coupon field.
71
-
72
- Our Plugin is designed to be efficient with large imports as it splits large import files into smaller chunks, making it possible to import large files with thousands of data and records, even on slow hosting providers.
73
-
74
- **WooCommerce Import Orders**
75
-
76
- To Import WooCommerce Orders by uploading CSV, use the Import Orders button from the plugin page. The columns of your CSV may not always correspond with the WooCommerce order data fields. In such a case, you will have to manually provide a mapping and then save the mapping settings for later imports.
77
-
78
-
79
- Please refer the <a rel="nofollow" href="https://www.xadapter.com/setting-up-order-import-export-plugin-for-woocommerce/">documentation</a> for more detailed help.
80
-
81
-
82
- Highlights: Simply Export Orders, Customer Order CSV Export, Export Orders to Excel, Export Coupons, Import Coupons, Export Subscriptions, Import Subscriptions. Best WooCommerce Order Export Plugin in Market.
83
-
84
-
85
- = About XAdapter.com =
86
-
87
- XAdapter creates quality WordPress/WooCommerce plugins that are easy to use and customize. We are proud to have thousands of customers actively using our plugins across the globe.
88
-
89
-
90
- == Installation ==
91
-
92
- 1. Upload the plugin folder to the /wp-content/plugins/ directory.
93
- 2. Activate the plugin through the Plugins menu in WordPress.
94
- 3. Thats it ! you can now configure the plugin.
95
-
96
- == Frequently Asked Questions ==
97
-
98
- = Does this plugin export order line items details? =
99
-
100
- Yes. You can import or export order line item details.
101
-
102
-
103
- == Screenshots ==
104
-
105
- 1. Order Import / Order Export Screen
106
-
107
- 2. Order Import Success Screen
108
-
109
- 3. Exported order sample Screen
110
-
111
  == Changelog ==
112
 
113
- = 1.3.5 =
 
 
114
  * WC 3.4.5 Tested OK.
115
  * Review link added on footer.
116
-
117
- = 1.3.4 =
118
  * WC 3.4.4 Tested OK.
119
  * Bug fix.
120
  * Readme content change.
121
- = 1.3.3 =
122
- * Sample CSV file updated.
123
  * WC 3.4.3 Tested OK.
124
- * Bug fix.
125
- = 1.3.2 =
126
- * Bug fix.
127
- = 1.3.1 =
128
- * Fixed Order currency import issue.
129
- * WP 4.9.5 and WC 3.3.5 Tested OK
130
- = 1.3.0 =
131
- * Fixed Coupon customer import issue.
132
- * WP 4.9.5 and WC 3.3.4 Tested OK
133
- = 1.2.9 =
134
- * Improved UI
135
- * Uninstall feedback
136
- = 1.2.8 =
137
- * WC 3.3.3 Tested OK
138
- * Keeping Order ID in order import
139
- = 1.2.7 =
140
- * WP 4.9.4 and WC 3.3.1 Tested OK
141
- = 1.2.6 =
142
- * WP 4.9 and WC 3.2.4 Tested OK
143
- = 1.2.5 =
144
- * WP4.8 , WC3.1 and PHP7 Compatibility Tested OK
145
- = 1.2.4 =
146
- * Fixed some warnings.
147
- = 1.2.3 =
148
- * Minor Content Change.
149
- = 1.2.2 =
150
- * Minor Content Change.
151
- = 1.2.1 =
152
- * Bug fix: Fixed Coupon import warnings.
153
- = 1.2.0 =
154
- * Bug fix: Fixed WC Log issues.
155
- = 1.1.9 =
156
- * Minor Content Change.
157
- = 1.1.8 =
158
- * Compatibility with WC 3.0.3 ( fixed issue with order_date )
159
- = 1.1.7 =
160
- * Compatibility with WC 2.7
161
- = 1.1.6 =
162
- * Sample CSV file updated.
163
- = 1.1.5 =
164
- * Plugin Icon Change.
165
- = 1.1.4 =
166
- * Support Content Change.
167
- = 1.1.3 =
168
- * Minor Content Change.
169
- = 1.1.2 =
170
- * Optimized order line item import.
171
- = 1.1.1 =
172
- * Introduced coupon export import.
173
- * Support for Subscription Orders export import in premium.
174
- = 1.1.0 =
175
- * Security related improvements and bug fixes.
176
- = 1.0.9 =
177
- * Security related improvements.
178
- = 1.0.8 =
179
- * Order line items linking improvements.
180
- = 1.0.7 =
181
- * Updated customer linking with order details.
182
- = 1.0.6 =
183
- * CSV Parsing improvements.
184
- = 1.0.5 =
185
- * Minor modification.
186
- = 1.0.4 =
187
- * Shipping related fields updated in import.
188
- = 1.0.3 =
189
- * German Translation file added.
190
- = 1.0.2 =
191
- * Export order limit updated to unlimited.
192
- = 1.0.1 =
193
- * Minor modification.
194
- = 1.0.0 =
195
- * Export /Import WooCommerce Orders.
196
-
197
- == Upgrade Notice ==
198
- = 1.3.5 =
199
- * WC 3.4.5 Tested OK.
200
- * Review link added on footer.
1
+ === Order Export & Order Import for WooCommerce ===
2
+ Contributors: webtoffee
3
+ Donate link: https://www.webtoffee.com/plugins/
4
+ Tags: Order Export, Order Import, WooCommerce Export Orders , WooCommerce Import Orders , Export Orders, Import Orders
5
+ Requires at least: 3.0.1
6
+ Tested up to: 4.9.8
7
+ Stable tag: 1.3.6
8
+ License: GPLv3
9
+ License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
+
11
+ WooCommerce Export Orders & WooCommerce Import Orders. Easily Export WooCommerce Orders to CSV. Also Import WooCommerce Orders from CSV
12
+
13
+ == Description ==
14
+
15
+ = Introduction =
16
+ This is perfect tool if you are migrating an existing shop on a different eCommerce platform to WooCommerce, allowing you to maintain your order history including subscription orders (available in premium). Plugin will even allow you to migrate thousands of coupons from your old eCommerce platform or Campaigns.
17
+
18
+ &#128312; Export Orders to CSV file.
19
+ &#128312; Import Orders from CSV file.
20
+ &#128312; Export Coupons to CSV file.
21
+ &#128312; Import Coupons from CSV file.
22
+ &#128312; Export Subscription Orders to CSV file(Premium Feature).
23
+ &#128312; Import Subscription Orders from CSV file(Premium Feature).
24
+ &#128312; Tested OK with WooCommerce 3.4.5.
25
+
26
+ <blockquote>
27
+
28
+
29
+ = Order Export & Order Import for WooCommerce Premium Version Features =
30
+
31
+ &#9989; Export WooCommerce Orders to CSV file.
32
+ &#9989; Import WooCommerce Orders from CSV file.
33
+ &#9989; Export Subscription Orders to CSV file.
34
+ &#9989; Import Subscription Orders from CSV file.
35
+ &#9989; Import Coupons from CSV file.
36
+ &#9989; Export Coupons to CSV file.
37
+ &#9989; Importing Order meta to WooCommerce.
38
+ &#9989; Filtering options while Export using Order Status, Date, Coupon Type etc.
39
+ &#9989; Change values while import using Evaluation Field feature.
40
+ &#9989; A number of third party plugins supported.
41
+ &#9989;Column Mapping Feature to Import from any CSV format ( Magento, Shopify, OpenCart etc. ).
42
+ &#9989; Import and Export via FTP.
43
+ &#9989; Schedule automatic import using Cron Job Feature.
44
+ &#9989; Scheduled export using Cron Job Feature.
45
+ &#9989; Import WooCommerce Orders from XML.
46
+ &#9989; Export WooCommerce Orders to XML.
47
+ &#9989; XML Export/Import supports Stamps.com desktop application, UPS WorldShip, Endicia and FedEx.
48
+ &#9989; Excellent Support for setting it up!
49
+
50
+
51
+ For complete list of features and details, Please visit <a rel="nofollow" href="https://www.webtoffee.com/product/woocommerce-order-coupon-subscription-export-import/">Order Export Import Plugin for WooCommerce</a> for more details
52
+
53
+ </blockquote>
54
+
55
+ Note: Please note that below section applies to our free version and premium version. While the flow is same, some of the features are only available in premium version.
56
+
57
+ = How to export orders from WooCommerce? =
58
+
59
+ The Order Export & Order Import for WooCommerce Plugin's simple interface makes it extremely easy to map the data in your CSV file to the appropriate fields in WooCommerce. The plugin supports Custom Fields, dates, and pretty much every other WooCommerce Order / WooCommerce Subscription / WooCommerce Coupon field.
60
+
61
+ Our Plugin helps you to export WooCommerce bulk order data in XML format prescribed by other Service Providers. Using exported XML, you can import the orders to the Service Provider. It also provides option to export XML using WooCommerce format, using which you will be able to import the orders to another WooCommerce website.
62
+
63
+ **WooCommerce Export Orders**
64
+
65
+ To Export WooCommerce Orders to CSV just click the Export Orders button from the plugin page. You can select the order or subscription statuses and coupons types that you want to export. Configure other settings and select the columns you want to export.
66
+
67
+
68
+ = How to import orders to WooCommerce? =
69
+
70
+ The Order Export & Order Import for WooCommerce Plugin's simple interface makes it extremely easy to map the data in your CSV file to the appropriate fields in WooCommerce. The plugin supports Custom Fields, dates, and pretty much every other WooCommerce Order / WooCommerce Subscription / WooCommerce Coupon field.
71
+
72
+ Our Plugin is designed to be efficient with large imports as it splits large import files into smaller chunks, making it possible to import large files with thousands of data and records, even on slow hosting providers.
73
+
74
+ **WooCommerce Import Orders**
75
+
76
+ To Import WooCommerce Orders by uploading CSV, use the Import Orders button from the plugin page. The columns of your CSV may not always correspond with the WooCommerce order data fields. In such a case, you will have to manually provide a mapping and then save the mapping settings for later imports.
77
+
78
+
79
+ Please refer the <a rel="nofollow" href="https://www.webtoffee.com/setting-up-order-import-export-plugin-for-woocommerce/">documentation</a> for more detailed help.
80
+
81
+
82
+ Highlights: Simply Export Orders, Customer Order CSV Export, Export Orders to Excel, Export Coupons, Import Coupons, Export Subscriptions, Import Subscriptions. Best WooCommerce Order Export Plugin in Market.
83
+
84
+
85
+ = About WebToffee.com =
86
+
87
+ WebToffee creates quality WordPress/WooCommerce plugins that are easy to use and customize. We are proud to have thousands of customers actively using our plugins across the globe.
88
+
89
+
90
+ == Installation ==
91
+
92
+ 1. Upload the plugin folder to the /wp-content/plugins/ directory.
93
+ 2. Activate the plugin through the Plugins menu in WordPress.
94
+ 3. Thats it ! you can now configure the plugin.
95
+
96
+ == Frequently Asked Questions ==
97
+
98
+ = Does this plugin export order line items details? =
99
+
100
+ Yes. You can import or export order line item details.
101
+
102
+
103
+ == Screenshots ==
104
+
105
+ 1. Order Import / Order Export Screen
106
+
107
+ 2. Order Import Success Screen
108
+
109
+ 3. Exported order sample Screen
110
+
111
  == Changelog ==
112
 
113
+ = 1.3.6 =
114
+ * Content Update.
115
+ = 1.3.5 =
116
  * WC 3.4.5 Tested OK.
117
  * Review link added on footer.
118
+ = 1.3.4 =
 
119
  * WC 3.4.4 Tested OK.
120
  * Bug fix.
121
  * Readme content change.
122
+ = 1.3.3 =
123
+ * Sample CSV file updated.
124
  * WC 3.4.3 Tested OK.
125
+ * Bug fix.
126
+ = 1.3.2 =
127
+ * Bug fix.
128
+ = 1.3.1 =
129
+ * Fixed Order currency import issue.
130
+ * WP 4.9.5 and WC 3.3.5 Tested OK
131
+ = 1.3.0 =
132
+ * Fixed Coupon customer import issue.
133
+ * WP 4.9.5 and WC 3.3.4 Tested OK
134
+ = 1.2.9 =
135
+ * Improved UI
136
+ * Uninstall feedback
137
+ = 1.2.8 =
138
+ * WC 3.3.3 Tested OK
139
+ * Keeping Order ID in order import
140
+ = 1.2.7 =
141
+ * WP 4.9.4 and WC 3.3.1 Tested OK
142
+ = 1.2.6 =
143
+ * WP 4.9 and WC 3.2.4 Tested OK
144
+ = 1.2.5 =
145
+ * WP4.8 , WC3.1 and PHP7 Compatibility Tested OK
146
+ = 1.2.4 =
147
+ * Fixed some warnings.
148
+ = 1.2.3 =
149
+ * Minor Content Change.
150
+ = 1.2.2 =
151
+ * Minor Content Change.
152
+ = 1.2.1 =
153
+ * Bug fix: Fixed Coupon import warnings.
154
+ = 1.2.0 =
155
+ * Bug fix: Fixed WC Log issues.
156
+ = 1.1.9 =
157
+ * Minor Content Change.
158
+ = 1.1.8 =
159
+ * Compatibility with WC 3.0.3 ( fixed issue with order_date )
160
+ = 1.1.7 =
161
+ * Compatibility with WC 2.7
162
+ = 1.1.6 =
163
+ * Sample CSV file updated.
164
+ = 1.1.5 =
165
+ * Plugin Icon Change.
166
+ = 1.1.4 =
167
+ * Support Content Change.
168
+ = 1.1.3 =
169
+ * Minor Content Change.
170
+ = 1.1.2 =
171
+ * Optimized order line item import.
172
+ = 1.1.1 =
173
+ * Introduced coupon export import.
174
+ * Support for Subscription Orders export import in premium.
175
+ = 1.1.0 =
176
+ * Security related improvements and bug fixes.
177
+ = 1.0.9 =
178
+ * Security related improvements.
179
+ = 1.0.8 =
180
+ * Order line items linking improvements.
181
+ = 1.0.7 =
182
+ * Updated customer linking with order details.
183
+ = 1.0.6 =
184
+ * CSV Parsing improvements.
185
+ = 1.0.5 =
186
+ * Minor modification.
187
+ = 1.0.4 =
188
+ * Shipping related fields updated in import.
189
+ = 1.0.3 =
190
+ * German Translation file added.
191
+ = 1.0.2 =
192
+ * Export order limit updated to unlimited.
193
+ = 1.0.1 =
194
+ * Minor modification.
195
+ = 1.0.0 =
196
+ * Export /Import WooCommerce Orders.
197
+
198
+ == Upgrade Notice ==
199
+ = 1.3.6 =
200
+ * Content Update.