Import Export WordPress Users and WooCommerce Customers - Version 1.1.0

Version Description

  • Fixed WC Dependency issue, fixed notice.
Download this release

Release Info

Developer mujeebur
Plugin Icon 128x128 Import Export WordPress Users and WooCommerce Customers
Version 1.1.0
Comparing to
See all releases

Code changes from version 1.0.9 to 1.1.0

customer-import-export.php CHANGED
@@ -6,7 +6,8 @@
6
  Description: Export and Import User/Customers details From and To your WordPress/WooCommerce.
7
  Author: XAdapter
8
  Author URI: https://www.xadapter.com/
9
- Version: 1.0.9
 
10
  Text Domain: wf_customer_import_export
11
  */
12
 
6
  Description: Export and Import User/Customers details From and To your WordPress/WooCommerce.
7
  Author: XAdapter
8
  Author URI: https://www.xadapter.com/
9
+ Version: 1.1.0
10
+ WC tested up to: 3.3.0
11
  Text Domain: wf_customer_import_export
12
  */
13
 
includes/importer/class-wf-customerimpexpcsv-customer-import.php CHANGED
@@ -24,6 +24,7 @@ class WF_CustomerImpExpCsv_Customer_Import extends WP_Importer {
24
  var $errored = 0;
25
  // Results
26
  var $import_results = array();
 
27
 
28
  /**
29
  * Constructor
24
  var $errored = 0;
25
  // Results
26
  var $import_results = array();
27
+ var $log = false;
28
 
29
  /**
30
  * Constructor
readme.txt CHANGED
@@ -1,41 +1,43 @@
1
- === WordPress Users & WooCommerce Customers Import Export(BASIC) ===
2
- Contributors: xadapter, mujeebur
3
- Tags: CSV, Export, Import, WooCommerce Customers, Wordpress Users
4
  Requires at least: 3.0.1
5
  Tested up to: 4.9.2
6
- Stable tag: 1.0.9
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
- Easily Import and Export WordPress Users in CSV format(Premium Version Supports WooCommerce Customers & All User Meta).
11
 
12
  == Description ==
13
 
14
  = Introduction =
15
 
16
- WordPress Users & WooCommerce Customers Import Export(BASIC) helps you to easily export and import users in your WordPress. This plugin lets you import/export user details. It is super simple!
17
 
18
  <ul>
19
- <li>Export Users in to a CSV file.</li>
20
- <li>Import Users from CSV format in to WordPress/WooCommerce Store.</li>
21
  </ul>
22
 
23
  Highlights: WordPress Users Export, WordPress Users CSV Import Suite, Export WordPress Users to CSV. Pro Version supports export and import of all additional user meta like WooCommerce deatils.
24
 
25
  = How does it work? =
26
 
27
- The WordPress Users & WooCommerce Customers Import Export(BASIC) Plugin takes CSV (Comma-Separated Values) file as input. You must create a CSV file and enter the user details in a structured format as explained in the tutorial. This is to match each field of CSV file to the field of a particular user fields , otherwise Admin need to input manually. For example: the user_email field gets mapped to the User Email. For the plugin to work correctly, you must map headers of all of the column correctly and you must ensure that all of the fields you enter must be in the correct format.
 
 
28
 
29
- You can create the CSV from the scratch or you can export the users to get the format of CSV. You can use a spreadsheet program, such as Microsoft Excel, OpenOffice, LibreOffice or Google Spreadsheets for creating and modifying the CSV file. Save this file in UTF-8 encoding with extension .CSV. After entering all details about users in spreadsheet, you can import users to your online Site/Store. With this plugin, you can also export and download user details as a CSV file.
30
 
31
- <blockquote>
32
 
33
  = Premium version Features =
34
 
35
- WordPress Users & WooCommerce Customers Import Export
 
 
36
 
37
  <ul>
38
- <li>Export/Import <strong>WooCommerce Customer</strong> details into a CSV file.( Basic version supports only WordPress User details )</li>
39
  <li>Option to choose All Roles or Multiple Roles while export (Basic Supports only single role at a time)</li>
40
  <li>Various Filter options for exporting Customers.</li>
41
  <li>Map and Transform fields while Importing Customers.</li>
@@ -43,35 +45,35 @@ WordPress Users & WooCommerce Customers Import Export
43
  <li>Choice to Update or Skip existing imported Customers.</li>
44
  <li>Choice to Send or Skip Emails for newly imported Customers.</li>
45
  <li>WPML Supported. French language support Out of the Box.</li>
46
- <li>Import/Export file from/to a remote server via FTP in Scheduled time interval with Cron Job.</li>
47
  <li>Excellent Support for setting it up!'</li>
48
  </ul>
49
 
50
- Please visit <a rel="nofollow" href="https://www.xadapter.com/product/wordpress-users-woocommerce-customers-import-export/">WordPress Users & WooCommerce Customers Import Export</a> for more details
51
 
52
  </blockquote>
53
 
54
  **Use Cases Handled**
55
 
56
- WordPress Users & WooCommerce Customers Import Export Plugin is an ideal plugin for exporting and importing WordPress users or WooCommerce customers details from/to your WooCommerce store for migrating an existing online store.
57
 
58
  The following use cases are handled by the plugin
59
 
60
  <ul>
61
- <li>WordPress Export Users.</li>
62
- <li>WordPress Import Users.</li>
63
- <li>WooCommerce Export Customers.</li>
64
- <li>WooCommerce Import Customers.</li>
65
  </ul>
66
 
67
 
68
- WordPress Export Users
69
 
70
  You can export WordPress users from WordPress site and generate a CSV file. Use this CSV file to migrate users to another WordPress site by first using the WordPress Export Users functionality and then WordPress import users or merge users (update existing users) functionality of this plugin. If you have hundreds, even thousands, of WordPress users, this helps to save your effort and time of manually adding user information.
71
 
72
- You can export users details to CSV file with multiple powerful filters such as User Roles, date ranges, etc. Even the plugin automatically upload your exports via FTP.
73
 
74
- WordPress Import Users
75
 
76
  You can import WordPress users to your WordPress site from other platforms. Use WordPress import users feature or merge users (update existing users) hundreds, even thousands, of WordPress users details using one file which saves your effort and time of manually adding user information.
77
 
@@ -81,13 +83,13 @@ You can map your import columns to the appropriate WordPress data to import or m
81
 
82
  For importing WordPress user details to your website, you must create a CSV(Comma-Separated Values) file which contains information about mapping fields in a tabular form. You can create CSV file by using a spreadsheet program, such as Excel, or Google Spreadsheets. Save this file with extension .CSV. After entering all details about WordPress users in the spreadsheet, you can import to your website.
83
 
84
- WooCommerce Export Customers
85
 
86
- You can export WooCommerce customers from WordPress/WooCommerce site and generate a CSV file. Use this CSV file to migrate customers to another online store by WordPress import customers functionality or merge customers (update existing customers) functionality of this plugin. If you have hundreds, even thousands, of WooCommerce Customers, this helps to save your effort and time of manually adding customer information.
87
 
88
  Plugin can easily export customers details to CSV file by filtering customers by user role. Even the plugin automatically upload your exports via FTP.
89
 
90
- WooCommerce Import Customers
91
 
92
  You can import WooCommerce customers to WordPress/WooCommerce site easily. WooCommerce import customers feature or merge customers feature (update existing customers) help move or update hundreds, even thousands, of customers details using one file which saves your effort and time of manually adding user information.
93
 
@@ -110,9 +112,33 @@ XAdapter creates quality WordPress/WooCommerce plugins that are easy to use and
110
 
111
  == Frequently Asked Questions ==
112
 
 
 
 
 
 
 
113
  = Does this plugin support multiple roles? =
114
 
115
- Yes. You can import or export multiple user roles along with other basic user details
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
 
117
  == Screenshots ==
118
 
@@ -124,8 +150,10 @@ Yes. You can import or export multiple user roles along with other basic user de
124
 
125
  == Changelog ==
126
 
 
 
127
  = 1.0.9 =
128
- * Fixed WC Depandency issue.
129
  = 1.0.8 =
130
  * Tested OK with WordPress 4.9
131
  = 1.0.7 =
@@ -143,9 +171,10 @@ Yes. You can import or export multiple user roles along with other basic user de
143
  = 1.0.1 =
144
  * Minor content updates.
145
  = 1.0.0 =
146
- * Import /Export WordPress Users.
147
 
148
  == Upgrade Notice ==
149
 
150
- = 1.0.9 =
151
- * Fixed WC Depandency issue.
 
1
+ === Import Export WordPress Users & WooCommerce Customers ===
2
+ Contributors: webtoffee,xadapter,mujeebur
3
+ Tags: Export Users to CSV, Import Users from CSV, woocommerce export customers, user export, export import users, woocommerce import customers, woocommerce export customer email
4
  Requires at least: 3.0.1
5
  Tested up to: 4.9.2
6
+ Stable tag: 1.1.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
+ Easily Export Users to CSV, Import Users from CSV. Fastest user export import plugin. Export customers in WooCommerce (premium).
11
 
12
  == Description ==
13
 
14
  = Introduction =
15
 
16
+ Import Export WordPress Users & WooCommerce Customers plugin helps you to easily export and import users in your WordPress. This plugin lets you import export user data. It is super simple!
17
 
18
  <ul>
19
+ <li>Export Users to CSV file.</li>
20
+ <li>Import Users from CSV format to WordPress/WooCommerce Store.</li>
21
  </ul>
22
 
23
  Highlights: WordPress Users Export, WordPress Users CSV Import Suite, Export WordPress Users to CSV. Pro Version supports export and import of all additional user meta like WooCommerce deatils.
24
 
25
  = How does it work? =
26
 
27
+ The Import Export WordPress Users & WooCommerce Customers Plugin takes CSV (Comma-Separated Values) file as input. You must create a CSV file and enter the user details in a structured format as explained in the tutorial. This is to match each field of CSV file to the field of a particular user fields , otherwise Admin need to input manually. For example: the user_email field gets mapped to the User Email. For the plugin to work correctly, you must map headers of all of the column correctly and you must ensure that all of the fields you enter must be in the correct format.
28
+
29
+ You can create the CSV from the scratch or you can export the users to get the format of CSV. You can use a spreadsheet program, such as Microsoft Excel, OpenOffice, LibreOffice or Google Spreadsheets for creating and modifying the CSV file. Save this file in UTF-8 encoding with extension .CSV. After entering all details about users in spreadsheet, you can bulk import users to your online Site/Store. With this plugin, you can also export and download user details as a CSV file.
30
 
 
31
 
 
32
 
33
  = Premium version Features =
34
 
35
+ <blockquote>
36
+
37
+ Import Export WordPress Users & WooCommerce Customers
38
 
39
  <ul>
40
+ <li>Export Import WooCommerce Customer details into a CSV file.( Basic version supports only WordPress User details )</li>
41
  <li>Option to choose All Roles or Multiple Roles while export (Basic Supports only single role at a time)</li>
42
  <li>Various Filter options for exporting Customers.</li>
43
  <li>Map and Transform fields while Importing Customers.</li>
45
  <li>Choice to Update or Skip existing imported Customers.</li>
46
  <li>Choice to Send or Skip Emails for newly imported Customers.</li>
47
  <li>WPML Supported. French language support Out of the Box.</li>
48
+ <li>Export Import users to/from a remote server via FTP in Scheduled time interval with Cron Job.</li>
49
  <li>Excellent Support for setting it up!'</li>
50
  </ul>
51
 
52
+ Please visit <a rel="nofollow" href="https://www.xadapter.com/product/wordpress-users-woocommerce-customers-import-export/">Import Export WordPress Users & WooCommerce Customers</a> for more details
53
 
54
  </blockquote>
55
 
56
  **Use Cases Handled**
57
 
58
+ Import Export WordPress Users & WooCommerce Customers Plugin is an ideal plugin for exporting and importing WordPress users or WooCommerce customers details from/to your WooCommerce store for migrating an existing online store.
59
 
60
  The following use cases are handled by the plugin
61
 
62
  <ul>
63
+ <li>WordPress Export Users to CSV.</li>
64
+ <li>WordPress Import Users from CSV.</li>
65
+ <li>WooCommerce Export Customers to CSV.</li>
66
+ <li>WooCommerce Import Customers from CSV.</li>
67
  </ul>
68
 
69
 
70
+ WordPress Export Users to CSV
71
 
72
  You can export WordPress users from WordPress site and generate a CSV file. Use this CSV file to migrate users to another WordPress site by first using the WordPress Export Users functionality and then WordPress import users or merge users (update existing users) functionality of this plugin. If you have hundreds, even thousands, of WordPress users, this helps to save your effort and time of manually adding user information.
73
 
74
+ You can bulk export users details to CSV file with multiple powerful filters such as User Roles, date ranges, etc. Even the plugin automatically upload your exports via FTP.
75
 
76
+ WordPress Import Users from CSV
77
 
78
  You can import WordPress users to your WordPress site from other platforms. Use WordPress import users feature or merge users (update existing users) hundreds, even thousands, of WordPress users details using one file which saves your effort and time of manually adding user information.
79
 
83
 
84
  For importing WordPress user details to your website, you must create a CSV(Comma-Separated Values) file which contains information about mapping fields in a tabular form. You can create CSV file by using a spreadsheet program, such as Excel, or Google Spreadsheets. Save this file with extension .CSV. After entering all details about WordPress users in the spreadsheet, you can import to your website.
85
 
86
+ WooCommerce Export Customers to CSV
87
 
88
+ You can export WooCommerce customer list from WordPress/WooCommerce site and generate a CSV file. Use this CSV file to migrate customers to another online store by WordPress import customers functionality or merge customers (update existing customers) functionality of this plugin. If you have hundreds, even thousands, of WooCommerce Customers, this helps to save your effort and time of manually adding the WooCommerce customer list.
89
 
90
  Plugin can easily export customers details to CSV file by filtering customers by user role. Even the plugin automatically upload your exports via FTP.
91
 
92
+ WooCommerce Import Customers from CSV
93
 
94
  You can import WooCommerce customers to WordPress/WooCommerce site easily. WooCommerce import customers feature or merge customers feature (update existing customers) help move or update hundreds, even thousands, of customers details using one file which saves your effort and time of manually adding user information.
95
 
112
 
113
  == Frequently Asked Questions ==
114
 
115
+
116
+
117
+ = Does this plugin export users to excel? =
118
+
119
+ This plugin exports user data to csv which can be opened with Excel and saved as an Excel file.
120
+
121
  = Does this plugin support multiple roles? =
122
 
123
+ Yes. You can export import users along with multiple user roles
124
+
125
+ = Does this plugin export woocommerce customer data? =
126
+
127
+ Yes. Using the premium version you can export customer data as well.
128
+
129
+ = Can the plugin handle woocommerce export customer emails? =
130
+
131
+ Yes. In premium version the exported csv will have all customer emails. woocommerce export customer email plugin basically does the same by exporting all customer emails to a csv.
132
+
133
+ = Does this export users with passwords? =
134
+
135
+ Yes. This plugin will export users with passwords
136
+
137
+ = Does this plugin support woocommerce customer order csv export? =
138
+
139
+ No. You may want to use https://wordpress.org/plugins/order-import-export-for-woocommerce/ for this
140
+
141
+
142
 
143
  == Screenshots ==
144
 
150
 
151
  == Changelog ==
152
 
153
+ = 1.1.0 =
154
+ * Fixed WC Dependency issue, fixed notice.
155
  = 1.0.9 =
156
+ * Fixed WC Dependency issue.
157
  = 1.0.8 =
158
  * Tested OK with WordPress 4.9
159
  = 1.0.7 =
171
  = 1.0.1 =
172
  * Minor content updates.
173
  = 1.0.0 =
174
+ * Export Import WordPress Users.
175
 
176
  == Upgrade Notice ==
177
 
178
+ = 1.1.0 =
179
+ * Fixed WC Dependency issue.
180
+