Order Export & Order Import for WooCommerce - Version 1.5.8

Version Description

  • Bug Fix:-Coupon usage count.
  • Tested OK with WC 3.9.1
Download this release

Release Info

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

Code changes from version 1.5.7 to 1.5.8

Files changed (57) hide show
  1. Sample_Coupon.csv +0 -0
  2. Sample_Order.csv +0 -0
  3. Sample_Subscription.csv +0 -0
  4. images/Order-Import-Export-for-WooCommerce-Image.png +0 -0
  5. images/calendar.png +0 -0
  6. images/csv.png +0 -0
  7. images/documentation.png +0 -0
  8. images/storefrog.png +0 -0
  9. images/wf-ajax-loader.gif +0 -0
  10. images/wf-failed.png +0 -0
  11. images/wf-import.png +0 -0
  12. images/wf-notice.png +0 -0
  13. images/wf-success.png +0 -0
  14. includes/class-wf-cpnimpexpcsv-admin-screen.php +0 -0
  15. includes/class-wf-cpnimpexpcsv-ajax-handler.php +0 -0
  16. includes/class-wf-cpnimpexpcsv-system-status-tools.php +0 -0
  17. includes/class-wf-orderimpexp-plugin-uninstall-feedback.php +1 -1
  18. includes/class-wf-orderimpexpcsv-admin-screen.php +0 -0
  19. includes/class-wf-orderimpexpcsv-ajax-handler.php +0 -0
  20. includes/class-wf-orderimpexpcsv-system-status-tools.php +0 -0
  21. includes/exporter/class-wf-cpnimpexpcsv-exporter.php +0 -0
  22. includes/exporter/class-wf-orderimpexpcsv-exporter.php +0 -0
  23. includes/exporter/data/data-wf-post-columns-coupon.php +2 -0
  24. includes/exporter/data/data-wf-post-columns.php +0 -0
  25. includes/importer/class-wf-cpnimpexpcsv-coupon-import.php +22 -0
  26. includes/importer/class-wf-cpnimpexpcsv-importer.php +0 -0
  27. includes/importer/class-wf-csv-parser-coupon.php +0 -0
  28. includes/importer/class-wf-csv-parser.php +0 -0
  29. includes/importer/class-wf-orderimpexpcsv-importer.php +0 -0
  30. includes/importer/class-wf-orderimpexpcsv-order-import.php +22 -0
  31. includes/importer/data-coupon/data-wf-post-defaults.php +0 -0
  32. includes/importer/data-coupon/data-wf-postmeta-allowed.php +0 -0
  33. includes/importer/data-coupon/data-wf-postmeta-defaults.php +1 -0
  34. includes/importer/data-coupon/data-wf-reserved-fields-pair.php +0 -0
  35. includes/importer/data-coupon/data-wf-reserved-fields.php +0 -0
  36. includes/importer/data/data-wf-reserved-fields-pair.php +0 -0
  37. includes/importer/views-coupon/html-wf-import-greeting.php +0 -0
  38. includes/importer/views-coupon/html-wf-import-options.php +0 -0
  39. includes/importer/views/html-wf-import-greeting.php +0 -0
  40. includes/importer/views/html-wf-import-options.php +0 -0
  41. includes/settings/class-wf-orderimpexpcsv-settings.php +0 -0
  42. includes/views/export/html-wf-export-coupons.php +0 -0
  43. includes/views/export/html-wf-export-orders.php +0 -0
  44. includes/views/html-wf-admin-screen.php +0 -0
  45. includes/views/html-wf-getting-started-subscription.php +0 -0
  46. includes/views/html-wf-help-guide.php +0 -0
  47. includes/views/import/html-wf-import-coupons.php +0 -0
  48. includes/views/import/html-wf-import-orders.php +0 -0
  49. includes/views/market.php +0 -0
  50. languages/wf_order_import_export-de_DE.mo +0 -0
  51. languages/wf_order_import_export-de_DE.po +0 -0
  52. languages/wf_order_import_export-fr_FR.mo +0 -0
  53. languages/wf_order_import_export-fr_FR.po +0 -0
  54. license.txt +0 -0
  55. order-import-export-for-woocommerce.php +5 -5
  56. readme.txt +14 -11
  57. styles/wf-style.css +0 -0
Sample_Coupon.csv CHANGED
File without changes
Sample_Order.csv CHANGED
File without changes
Sample_Subscription.csv CHANGED
File without changes
images/Order-Import-Export-for-WooCommerce-Image.png CHANGED
File without changes
images/calendar.png CHANGED
File without changes
images/csv.png CHANGED
File without changes
images/documentation.png CHANGED
File without changes
images/storefrog.png CHANGED
File without changes
images/wf-ajax-loader.gif CHANGED
File without changes
images/wf-failed.png CHANGED
File without changes
images/wf-import.png CHANGED
File without changes
images/wf-notice.png CHANGED
File without changes
images/wf-success.png CHANGED
File without changes
includes/class-wf-cpnimpexpcsv-admin-screen.php CHANGED
File without changes
includes/class-wf-cpnimpexpcsv-ajax-handler.php CHANGED
File without changes
includes/class-wf-cpnimpexpcsv-system-status-tools.php CHANGED
File without changes
includes/class-wf-orderimpexp-plugin-uninstall-feedback.php CHANGED
@@ -95,7 +95,7 @@ if (!class_exists('WF_OrderImpExp_Uninstall_Feedback')) :
95
  </div>
96
  <div class="wforderimpexp-modal-footer">
97
  <a href="#" class="dont-bother-me"><?php _e('I rather wouldn\'t say', 'order-import-export-for-woocommerce'); ?></a>
98
- <a class="button-primary" href="https://www.webtoffee.com/support/" target="_blank">
99
  <span class="dashicons dashicons-external" style="margin-top:3px;"></span>
100
  <?php _e('Go to support', 'order-import-export-for-woocommerce'); ?></a>
101
  <button class="button-primary wforderimpexp-model-submit"><?php _e('Submit & Deactivate', 'order-import-export-for-woocommerce'); ?></button>
95
  </div>
96
  <div class="wforderimpexp-modal-footer">
97
  <a href="#" class="dont-bother-me"><?php _e('I rather wouldn\'t say', 'order-import-export-for-woocommerce'); ?></a>
98
+ <a class="button-primary" href="https://wordpress.org/support/plugin/order-import-export-for-woocommerce/" target="_blank">
99
  <span class="dashicons dashicons-external" style="margin-top:3px;"></span>
100
  <?php _e('Go to support', 'order-import-export-for-woocommerce'); ?></a>
101
  <button class="button-primary wforderimpexp-model-submit"><?php _e('Submit & Deactivate', 'order-import-export-for-woocommerce'); ?></button>
includes/class-wf-orderimpexpcsv-admin-screen.php CHANGED
File without changes
includes/class-wf-orderimpexpcsv-ajax-handler.php CHANGED
File without changes
includes/class-wf-orderimpexpcsv-system-status-tools.php CHANGED
File without changes
includes/exporter/class-wf-cpnimpexpcsv-exporter.php CHANGED
File without changes
includes/exporter/class-wf-orderimpexpcsv-exporter.php CHANGED
File without changes
includes/exporter/data/data-wf-post-columns-coupon.php CHANGED
@@ -19,6 +19,7 @@ return apply_filters('coupon_csv_coupon_post_columns', array(
19
  'exclude_product_ids' => 'exclude_product_ids',
20
  'usage_limit' => 'usage_limit',
21
  'usage_limit_per_user' => 'usage_limit_per_user',
 
22
  'limit_usage_to_x_items' => 'limit_usage_to_x_items',
23
  'expiry_date' => 'expiry_date',
24
  'date_expires' => 'date_expires',
@@ -29,4 +30,5 @@ return apply_filters('coupon_csv_coupon_post_columns', array(
29
  'minimum_amount' => 'minimum_amount',
30
  'maximum_amount' => 'maximum_amount',
31
  'customer_email' => 'customer_email',
 
32
  ) );
19
  'exclude_product_ids' => 'exclude_product_ids',
20
  'usage_limit' => 'usage_limit',
21
  'usage_limit_per_user' => 'usage_limit_per_user',
22
+ 'usage_count' => 'usage_count',
23
  'limit_usage_to_x_items' => 'limit_usage_to_x_items',
24
  'expiry_date' => 'expiry_date',
25
  'date_expires' => 'date_expires',
30
  'minimum_amount' => 'minimum_amount',
31
  'maximum_amount' => 'maximum_amount',
32
  'customer_email' => 'customer_email',
33
+
34
  ) );
includes/exporter/data/data-wf-post-columns.php CHANGED
File without changes
includes/importer/class-wf-cpnimpexpcsv-coupon-import.php CHANGED
@@ -83,6 +83,11 @@ class WF_CpnImpExpCsv_Coupon_Import extends WP_Importer {
83
  $file = ABSPATH . $this->file_url;
84
  $file = str_replace( "\\", "/", $file );
85
  if ( $file ) {
 
 
 
 
 
86
  ?>
87
  <table id="import-progress" class="widefat_importer widefat">
88
  <thead>
@@ -653,4 +658,21 @@ class WF_CpnImpExpCsv_Coupon_Import extends WP_Importer {
653
  $this->log->log("debug", $data ,$context);
654
  }
655
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
656
  }
83
  $file = ABSPATH . $this->file_url;
84
  $file = str_replace( "\\", "/", $file );
85
  if ( $file ) {
86
+ $file_delimiter = $this->detectDelimiter($file);
87
+ if(!empty($file_delimiter) && ($file_delimiter != $this->delimiter)){
88
+ echo '<p class="error"><strong>' . __("Basic version supports only ',' as delimiter. Your file's delimiter seems to be unsupported.", 'users-customers-import-export-for-wp-woocommerce') . '</strong></p>';
89
+ break;
90
+ }
91
  ?>
92
  <table id="import-progress" class="widefat_importer widefat">
93
  <thead>
658
  $this->log->log("debug", $data ,$context);
659
  }
660
  }
661
+
662
+ public function detectDelimiter($csvFile) {
663
+ $delimiters = array(
664
+ ';' => 0,
665
+ ',' => 0,
666
+ "\t" => 0,
667
+ "|" => 0
668
+ );
669
+
670
+ $handle = fopen($csvFile, "r");
671
+ $firstLine = fgets($handle);
672
+ fclose($handle);
673
+ foreach ($delimiters as $delimiter => &$count) {
674
+ $count = count(str_getcsv($firstLine, $delimiter));
675
+ }
676
+ return array_search(max($delimiters), $delimiters);
677
+ }
678
  }
includes/importer/class-wf-cpnimpexpcsv-importer.php CHANGED
File without changes
includes/importer/class-wf-csv-parser-coupon.php CHANGED
File without changes
includes/importer/class-wf-csv-parser.php CHANGED
File without changes
includes/importer/class-wf-orderimpexpcsv-importer.php CHANGED
File without changes
includes/importer/class-wf-orderimpexpcsv-order-import.php CHANGED
@@ -100,6 +100,11 @@ class WF_OrderImpExpCsv_Order_Import extends WP_Importer {
100
  $file = str_replace("\\", "/", $file);
101
 
102
  if ($file) {
 
 
 
 
 
103
  ?>
104
  <table id="import-progress" class="widefat_importer widefat">
105
  <thead>
@@ -918,4 +923,21 @@ class WF_OrderImpExpCsv_Order_Import extends WP_Importer {
918
  $this->log->log("debug", $data, $context);
919
  }
920
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
921
  }
100
  $file = str_replace("\\", "/", $file);
101
 
102
  if ($file) {
103
+ $file_delimiter = $this->detectDelimiter($file);
104
+ if(!empty($file_delimiter) && ($file_delimiter != $this->delimiter)){
105
+ echo '<p class="error"><strong>' . __("Basic version supports only ',' as delimiter. Your file's delimiter seems to be unsupported.", 'users-customers-import-export-for-wp-woocommerce') . '</strong></p>';
106
+ break;
107
+ }
108
  ?>
109
  <table id="import-progress" class="widefat_importer widefat">
110
  <thead>
923
  $this->log->log("debug", $data, $context);
924
  }
925
  }
926
+
927
+ public function detectDelimiter($csvFile) {
928
+ $delimiters = array(
929
+ ';' => 0,
930
+ ',' => 0,
931
+ "\t" => 0,
932
+ "|" => 0
933
+ );
934
+
935
+ $handle = fopen($csvFile, "r");
936
+ $firstLine = fgets($handle);
937
+ fclose($handle);
938
+ foreach ($delimiters as $delimiter => &$count) {
939
+ $count = count(str_getcsv($firstLine, $delimiter));
940
+ }
941
+ return array_search(max($delimiters), $delimiters);
942
+ }
943
  }
includes/importer/data-coupon/data-wf-post-defaults.php CHANGED
File without changes
includes/importer/data-coupon/data-wf-postmeta-allowed.php CHANGED
File without changes
includes/importer/data-coupon/data-wf-postmeta-defaults.php CHANGED
@@ -22,4 +22,5 @@ return apply_filters( 'coupon_csv_product_postmeta_defaults', array(
22
  'minimum_amount' => '',
23
  'maximum_amount' => '',
24
  'customer_email' => '',
 
25
  ) );
22
  'minimum_amount' => '',
23
  'maximum_amount' => '',
24
  'customer_email' => '',
25
+ 'usage_count' => 'usage_count',
26
  ) );
includes/importer/data-coupon/data-wf-reserved-fields-pair.php CHANGED
File without changes
includes/importer/data-coupon/data-wf-reserved-fields.php CHANGED
File without changes
includes/importer/data/data-wf-reserved-fields-pair.php CHANGED
File without changes
includes/importer/views-coupon/html-wf-import-greeting.php CHANGED
File without changes
includes/importer/views-coupon/html-wf-import-options.php CHANGED
File without changes
includes/importer/views/html-wf-import-greeting.php CHANGED
File without changes
includes/importer/views/html-wf-import-options.php CHANGED
File without changes
includes/settings/class-wf-orderimpexpcsv-settings.php CHANGED
File without changes
includes/views/export/html-wf-export-coupons.php CHANGED
File without changes
includes/views/export/html-wf-export-orders.php CHANGED
File without changes
includes/views/html-wf-admin-screen.php CHANGED
File without changes
includes/views/html-wf-getting-started-subscription.php CHANGED
File without changes
includes/views/html-wf-help-guide.php CHANGED
File without changes
includes/views/import/html-wf-import-coupons.php CHANGED
File without changes
includes/views/import/html-wf-import-orders.php CHANGED
File without changes
includes/views/market.php CHANGED
File without changes
languages/wf_order_import_export-de_DE.mo CHANGED
File without changes
languages/wf_order_import_export-de_DE.po CHANGED
File without changes
languages/wf_order_import_export-fr_FR.mo CHANGED
File without changes
languages/wf_order_import_export-fr_FR.po CHANGED
File without changes
license.txt CHANGED
File without changes
order-import-export-for-woocommerce.php CHANGED
@@ -6,9 +6,9 @@ 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.5.7
10
  Text Domain: order-import-export-for-woocommerce
11
- WC tested up to: 3.8.1
12
  License: GPLv3
13
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
14
  */
@@ -24,7 +24,7 @@ define("WF_CPN_IMP_EXP_ID", "wf_cpn_imp_exp");
24
  define("wf_coupon_csv_im_ex", "wf_coupon_csv_im_ex");
25
 
26
  if (!defined('WF_ORDERIMPEXP_CURRENT_VERSION')) {
27
- define("WF_ORDERIMPEXP_CURRENT_VERSION", "1.5.7");
28
  }
29
 
30
  /**
@@ -87,8 +87,8 @@ function wt_order_basic_register_activation_hook_callback() {
87
  $plugin_links = array(
88
  '<a href="' . admin_url( 'admin.php?page=wf_woocommerce_order_im_ex' ) . '">' . __( 'Import Export', 'order-import-export-for-woocommerce' ) . '</a>',
89
  '<a href="https://www.webtoffee.com/product/woocommerce-order-coupon-subscription-export-import/" target="_blank" style="color:#3db634;">' . __( 'Premium Upgrade', 'order-import-export-for-woocommerce' ) . '</a>',
90
- '<a target="_blank" href="https://www.webtoffee.com/support/">' . __( 'Support', 'order-import-export-for-woocommerce' ) . '</a>',
91
- '<a target="_blank" href="https://wordpress.org/plugins/order-import-export-for-woocommerce/reviews/">' . __('Review', 'order-import-export-for-woocommerce') . '</a>',
92
 
93
  );
94
  if (array_key_exists('deactivate', $links)) {
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.5.8
10
  Text Domain: order-import-export-for-woocommerce
11
+ WC tested up to: 3.9.1
12
  License: GPLv3
13
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
14
  */
24
  define("wf_coupon_csv_im_ex", "wf_coupon_csv_im_ex");
25
 
26
  if (!defined('WF_ORDERIMPEXP_CURRENT_VERSION')) {
27
+ define("WF_ORDERIMPEXP_CURRENT_VERSION", "1.5.8");
28
  }
29
 
30
  /**
87
  $plugin_links = array(
88
  '<a href="' . admin_url( 'admin.php?page=wf_woocommerce_order_im_ex' ) . '">' . __( 'Import Export', 'order-import-export-for-woocommerce' ) . '</a>',
89
  '<a href="https://www.webtoffee.com/product/woocommerce-order-coupon-subscription-export-import/" target="_blank" style="color:#3db634;">' . __( 'Premium Upgrade', 'order-import-export-for-woocommerce' ) . '</a>',
90
+ '<a target="_blank" href="https://wordpress.org/support/plugin/order-import-export-for-woocommerce/">' . __( 'Support', 'order-import-export-for-woocommerce' ) . '</a>',
91
+ '<a target="_blank" href="https://wordpress.org/support/plugin/order-import-export-for-woocommerce/reviews/">' . __('Review', 'order-import-export-for-woocommerce') . '</a>',
92
 
93
  );
94
  if (array_key_exists('deactivate', $links)) {
readme.txt CHANGED
@@ -1,10 +1,10 @@
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 , order, export, import, woocommerce, csv, coupon, coupon export, coupon import, woocommerce export coupon , woocommerce import coupon , export coupons, import coupons,
5
  Requires at least: 3.0.1
6
  Tested up to: 5.3.2
7
- Stable tag: 1.5.7
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -13,7 +13,7 @@ WooCommerce Export Orders & WooCommerce Import Orders. Easily Export WooCommerce
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.
@@ -21,7 +21,7 @@ This is perfect tool if you are migrating an existing shop on a different eComme
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.8.1
25
  &#128312; Tested OK with PHP 7.3.5
26
 
27
  <blockquote>
@@ -36,7 +36,7 @@ This is perfect tool if you are migrating an existing shop on a different eComme
36
  &#9989; Import Coupons from CSV file.
37
  &#9989; Export Coupons to CSV file.
38
  &#9989; Importing Order meta to WooCommerce.
39
- &#9989; Filtering options while Export using Order Status, Date, Coupon Type etc.
40
  &#9989; Change values while import using Evaluation Field feature.
41
  &#9989; A number of third party plugins supported.
42
  &#9989; Column Mapping Feature to Import from any CSV format.
@@ -59,11 +59,11 @@ Note: Please note that below section applies to our free version and premium ver
59
 
60
  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.
61
 
62
- 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.
63
 
64
  **WooCommerce Export Orders**
65
 
66
- 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.
67
 
68
 
69
  = How to import orders to WooCommerce? =
@@ -85,22 +85,22 @@ Highlights: Simply Export Orders, Customer Order CSV Export, Export Orders to Ex
85
 
86
  = About WebToffee.com =
87
 
88
- 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.
89
 
90
 
91
  == Installation ==
92
 
93
  1. Upload the plugin folder to the /wp-content/plugins/ directory.
94
  2. Activate the plugin through the Plugins menu in WordPress.
95
- 3. Thats it ! you can now configure the plugin.
96
 
97
  == Frequently Asked Questions ==
98
 
99
- = Does this plugin export order line items details? =
100
 
101
  Yes. You can import or export order line item details.
102
 
103
- = Are you redirected to dashboard or login page while exporting? =
104
 
105
  By default, admin and store manager are given access to export orders from your store. Please visit <a rel="nofollow" href="https://www.webtoffee.com/how-to-export-woocommerce-items-without-user-role-restriction/">How to export WooCommerce items without user role restriction</a> for more details
106
 
@@ -115,6 +115,9 @@ By default, admin and store manager are given access to export orders from your
115
 
116
  == Changelog ==
117
 
 
 
 
118
  = 1.5.7 =
119
  * Bug Fix:-Shipping tax not importing.
120
  * Tested OK with WP 5.3.2
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, order, export, import, woocommerce, csv, coupon, coupon export, coupon import, woocommerce export coupon , woocommerce import coupon , export coupons, import coupons, woocommerce coupon generator
5
  Requires at least: 3.0.1
6
  Tested up to: 5.3.2
7
+ Stable tag: 1.5.8
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
13
  == Description ==
14
 
15
  = Introduction =
16
+ This is a 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).The 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.
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.9.1
25
  &#128312; Tested OK with PHP 7.3.5
26
 
27
  <blockquote>
36
  &#9989; Import Coupons from CSV file.
37
  &#9989; Export Coupons to CSV file.
38
  &#9989; Importing Order meta to WooCommerce.
39
+ &#9989; Export Filters(Order Status, Product, Coupon Type, Customer etc)
40
  &#9989; Change values while import using Evaluation Field feature.
41
  &#9989; A number of third party plugins supported.
42
  &#9989; Column Mapping Feature to Import from any CSV format.
59
 
60
  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.
61
 
62
+ 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 an option to export XML using WooCommerce format, using which you will be able to import the orders to another WooCommerce website.
63
 
64
  **WooCommerce Export Orders**
65
 
66
+ 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 coupon types that you want to export. Configure other settings and select the columns you want to export.
67
 
68
 
69
  = How to import orders to WooCommerce? =
85
 
86
  = About WebToffee.com =
87
 
88
+ <a rel="nofollow" href="https://www.webtoffee.com/">WebToffee</a> 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.
89
 
90
 
91
  == Installation ==
92
 
93
  1. Upload the plugin folder to the /wp-content/plugins/ directory.
94
  2. Activate the plugin through the Plugins menu in WordPress.
95
+ 3. That's it! you can now configure the plugin.
96
 
97
  == Frequently Asked Questions ==
98
 
99
+ = Does this plugin export order line item details? =
100
 
101
  Yes. You can import or export order line item details.
102
 
103
+ = Are you redirected to the dashboard or login page while exporting? =
104
 
105
  By default, admin and store manager are given access to export orders from your store. Please visit <a rel="nofollow" href="https://www.webtoffee.com/how-to-export-woocommerce-items-without-user-role-restriction/">How to export WooCommerce items without user role restriction</a> for more details
106
 
115
 
116
  == Changelog ==
117
 
118
+ = 1.5.8 =
119
+ * Bug Fix:-Coupon usage count.
120
+ * Tested OK with WC 3.9.1
121
  = 1.5.7 =
122
  * Bug Fix:-Shipping tax not importing.
123
  * Tested OK with WP 5.3.2
styles/wf-style.css CHANGED
File without changes