Import Export WordPress Users and WooCommerce Customers - Version 1.1.7

Version Description

  • Content Update.
Download this release

Release Info

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

Code changes from version 1.1.6 to 1.1.7

Sample_Users.csv CHANGED
File without changes
customer-import-export.php CHANGED
@@ -6,7 +6,7 @@
6
  Description: Export and Import User/Customers details From and To your WordPress/WooCommerce.
7
  Author: WebToffee
8
  Author URI: https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/
9
- Version: 1.1.6
10
  WC tested up to: 3.4.5
11
  Text Domain: wf_customer_import_export
12
  License: GPLv3
@@ -25,7 +25,7 @@ if (!defined('ABSPATH') || !is_admin()) {
25
  function wf_wordpress_user_import_export_premium_check(){
26
  if ( is_plugin_active('customer-import-export-for-woocommerce/customer-import-export.php') ){
27
  deactivate_plugins( basename( __FILE__ ) );
28
- wp_die(__("You already have the Premium version installed. For any issues, kindly contact our <a target='_blank' href='https://www.xadapter.com/online-support/'>support</a>.", "wf_customer_import_export"), "", array('back_link' => 1 ));
29
  }
30
  }
31
  register_activation_hook( __FILE__, 'wf_wordpress_user_import_export_premium_check' );
@@ -84,7 +84,8 @@ if (!class_exists('WF_Customer_Import_Export_CSV')) :
84
  public function wf_plugin_action_links($links) {
85
  $plugin_links = array(
86
  '<a href="' . admin_url('admin.php?page=hf_wordpress_customer_im_ex') . '">' . __('Import Export Users', 'wf_customer_import_export') . '</a>',
87
- '<a target="_blank" href="https://wordpress.org/support/plugin/users-customers-import-export-for-wp-woocommerce/">' . __('Support', 'wf_customer_import_export') . '</a>',
 
88
  '<a target="_blank" href="https://wordpress.org/support/plugin/users-customers-import-export-for-wp-woocommerce/reviews/">' . __('Review', 'wf_customer_import_export') . '</a>',
89
  );
90
  return array_merge($plugin_links, $links);
6
  Description: Export and Import User/Customers details From and To your WordPress/WooCommerce.
7
  Author: WebToffee
8
  Author URI: https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/
9
+ Version: 1.1.7
10
  WC tested up to: 3.4.5
11
  Text Domain: wf_customer_import_export
12
  License: GPLv3
25
  function wf_wordpress_user_import_export_premium_check(){
26
  if ( is_plugin_active('customer-import-export-for-woocommerce/customer-import-export.php') ){
27
  deactivate_plugins( basename( __FILE__ ) );
28
+ wp_die(__("You already have the Premium version installed. For any issues, kindly contact our <a target='_blank' href='https://www.webtoffee.com/support/'>support</a>.", "wf_customer_import_export"), "", array('back_link' => 1 ));
29
  }
30
  }
31
  register_activation_hook( __FILE__, 'wf_wordpress_user_import_export_premium_check' );
84
  public function wf_plugin_action_links($links) {
85
  $plugin_links = array(
86
  '<a href="' . admin_url('admin.php?page=hf_wordpress_customer_im_ex') . '">' . __('Import Export Users', 'wf_customer_import_export') . '</a>',
87
+ '<a href="https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/" target="_blank" style="color:#3db634;">' . __('Premium Upgrade', 'eh-stripe-gateway') . '</a>',
88
+ '<a target="_blank" href="https://www.webtoffee.com/support/">' . __('Support', 'wf_customer_import_export') . '</a>',
89
  '<a target="_blank" href="https://wordpress.org/support/plugin/users-customers-import-export-for-wp-woocommerce/reviews/">' . __('Review', 'wf_customer_import_export') . '</a>',
90
  );
91
  return array_merge($plugin_links, $links);
includes/importer/views/html-wf-import-greeting.php CHANGED
@@ -5,7 +5,7 @@
5
  <a href="<?php echo admin_url('admin.php?page=hf_wordpress_customer_im_ex') ?>" class="nav-tab "><?php _e('User/Customer Export', 'wf_customer_import_export'); ?></a>
6
  <a href="<?php echo admin_url('admin.php?import=wordpress_hf_user_csv') ?>" class="nav-tab nav-tab-active"><?php _e('User/Customer Import', 'wf_customer_import_export'); ?></a>
7
  <a href="<?php echo admin_url('admin.php?page=hf_wordpress_customer_im_ex&tab=help'); ?>" class="nav-tab"><?php _e('Help', 'wf_csv_import_export'); ?></a>
8
- <a href="https://www.xadapter.com/product/wordpress-users-woocommerce-customers-import-export/" target="_blank" class="nav-tab nav-tab-premium"><?php _e('Upgrade to Premium for More Features', 'wf_csv_import_export'); ?></a>
9
  </h2>
10
  <?php
11
  include_once("market.php");
5
  <a href="<?php echo admin_url('admin.php?page=hf_wordpress_customer_im_ex') ?>" class="nav-tab "><?php _e('User/Customer Export', 'wf_customer_import_export'); ?></a>
6
  <a href="<?php echo admin_url('admin.php?import=wordpress_hf_user_csv') ?>" class="nav-tab nav-tab-active"><?php _e('User/Customer Import', 'wf_customer_import_export'); ?></a>
7
  <a href="<?php echo admin_url('admin.php?page=hf_wordpress_customer_im_ex&tab=help'); ?>" class="nav-tab"><?php _e('Help', 'wf_csv_import_export'); ?></a>
8
+ <a href="https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/" target="_blank" class="nav-tab nav-tab-premium"><?php _e('Upgrade to Premium for More Features', 'wf_csv_import_export'); ?></a>
9
  </h2>
10
  <?php
11
  include_once("market.php");
includes/importer/views/market.php CHANGED
@@ -86,7 +86,7 @@ if ( ! defined( 'ABSPATH' ) ) {
86
  </style>
87
  <div class="wf_customer_import_export market-box table-box-main">
88
  <div class="pipe-premium-features">
89
- <center><a href="http://www.xadapter.com/product/wordpress-users-woocommerce-customers-import-export/" target="_blank" class="button button-primary button-go-pro"><?php _e('Upgrade to Premium Version', 'wf_customer_import_export'); ?></a></center>
90
  <span>
91
  <ul>
92
  <li style='color:red;'><strong><?php _e('Your Business is precious! Go Premium!','wf_customer_import_export'); ?></strong></li>
@@ -105,7 +105,7 @@ if ( ! defined( 'ABSPATH' ) ) {
105
  </span>
106
  <center>
107
 
108
- <a href="https://www.xadapter.com/category/documentation/wordpress-users-woocommerce-customers-import-export/" target="_blank" class="button button-doc-demo"><?php _e('Documentation', 'wf_customer_import_export'); ?></a></center>
109
  </div>
110
  <div class="pipe-review-widget">
111
  <?php
86
  </style>
87
  <div class="wf_customer_import_export market-box table-box-main">
88
  <div class="pipe-premium-features">
89
+ <center><a href="https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/" target="_blank" class="button button-primary button-go-pro"><?php _e('Upgrade to Premium Version', 'wf_customer_import_export'); ?></a></center>
90
  <span>
91
  <ul>
92
  <li style='color:red;'><strong><?php _e('Your Business is precious! Go Premium!','wf_customer_import_export'); ?></strong></li>
105
  </span>
106
  <center>
107
 
108
+ <a href="https://www.webtoffee.com/category/documentation/wordpress-users-woocommerce-customers-import-export/" target="_blank" class="button button-doc-demo"><?php _e('Documentation', 'wf_customer_import_export'); ?></a></center>
109
  </div>
110
  <div class="pipe-review-widget">
111
  <?php
includes/views/export/market.php CHANGED
@@ -91,7 +91,7 @@ if ( ! defined( 'ABSPATH' ) ) {
91
  ?>
92
  </div>
93
  <div class="pipe-premium-features">
94
- <center><a href="http://www.xadapter.com/product/wordpress-users-woocommerce-customers-import-export/" target="_blank" class="button button-primary button-go-pro"><?php _e('Upgrade to Premium Version', 'wf_customer_import_export'); ?></a></center>
95
  <span>
96
  <ul>
97
  <li style='color:red;'><strong><?php _e('Your Business is precious! Go Premium!','wf_customer_import_export'); ?></strong></li>
@@ -110,7 +110,7 @@ if ( ! defined( 'ABSPATH' ) ) {
110
  </span>
111
  <center>
112
 
113
- <a href="https://www.xadapter.com/category/documentation/wordpress-users-woocommerce-customers-import-export/" target="_blank" class="button button-doc-demo"><?php _e('Documentation', 'wf_customer_import_export'); ?></a></center>
114
  </div>
115
 
116
  </div>
91
  ?>
92
  </div>
93
  <div class="pipe-premium-features">
94
+ <center><a href="https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/" target="_blank" class="button button-primary button-go-pro"><?php _e('Upgrade to Premium Version', 'wf_customer_import_export'); ?></a></center>
95
  <span>
96
  <ul>
97
  <li style='color:red;'><strong><?php _e('Your Business is precious! Go Premium!','wf_customer_import_export'); ?></strong></li>
110
  </span>
111
  <center>
112
 
113
+ <a href="https://www.webtoffee.com/category/documentation/wordpress-users-woocommerce-customers-import-export/" target="_blank" class="button button-doc-demo"><?php _e('Documentation', 'wf_customer_import_export'); ?></a></center>
114
  </div>
115
 
116
  </div>
includes/views/html-wf-admin-screen.php CHANGED
@@ -4,7 +4,7 @@
4
  <a href="<?php echo admin_url('admin.php?page=hf_wordpress_customer_im_ex') ?>" class="nav-tab <?php echo ($tab == 'export') ? 'nav-tab-active' : ''; ?>"><?php _e('User/Customer Export', 'wf_customer_import_export'); ?></a>
5
  <a href="<?php echo admin_url('admin.php?import=wordpress_hf_user_csv') ?>" class="nav-tab <?php echo ($tab == 'import') ? 'nav-tab-active' : ''; ?>"><?php _e('User/Customer Import', 'wf_customer_import_export'); ?></a>
6
  <a href="<?php echo admin_url('admin.php?page=hf_wordpress_customer_im_ex&tab=help'); ?>" class="nav-tab <?php echo ('help' == $tab) ? 'nav-tab-active' : ''; ?>"><?php _e('Help', 'wf_csv_import_export'); ?></a>
7
- <a href="https://www.xadapter.com/product/wordpress-users-woocommerce-customers-import-export/" target="_blank" class="nav-tab nav-tab-premium"><?php _e('Upgrade to Premium for More Features', 'wf_csv_import_export'); ?></a>
8
  </h2>
9
  <?php
10
  switch ($tab) {
4
  <a href="<?php echo admin_url('admin.php?page=hf_wordpress_customer_im_ex') ?>" class="nav-tab <?php echo ($tab == 'export') ? 'nav-tab-active' : ''; ?>"><?php _e('User/Customer Export', 'wf_customer_import_export'); ?></a>
5
  <a href="<?php echo admin_url('admin.php?import=wordpress_hf_user_csv') ?>" class="nav-tab <?php echo ($tab == 'import') ? 'nav-tab-active' : ''; ?>"><?php _e('User/Customer Import', 'wf_customer_import_export'); ?></a>
6
  <a href="<?php echo admin_url('admin.php?page=hf_wordpress_customer_im_ex&tab=help'); ?>" class="nav-tab <?php echo ('help' == $tab) ? 'nav-tab-active' : ''; ?>"><?php _e('Help', 'wf_csv_import_export'); ?></a>
7
+ <a href="https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/" target="_blank" class="nav-tab nav-tab-premium"><?php _e('Upgrade to Premium for More Features', 'wf_csv_import_export'); ?></a>
8
  </h2>
9
  <?php
10
  switch ($tab) {
includes/views/html-wf-help-guide.php CHANGED
@@ -30,7 +30,7 @@ if ( ! defined( 'ABSPATH' ) ) {
30
  <img src="<?php echo plugins_url(basename(plugin_dir_path(WF_CustomerImpExpCsv_FILE))) . '/images/video.png'; ?>"/>
31
  <h3><?php _e('How-to-setup', 'wf_customer_import_export'); ?></h3>
32
  <p style=""><?php _e('Get to know about our produt in 3 minutes with this video', 'wf_customer_import_export'); ?></p>
33
- <a href="https://www.xadapter.com/setting-wordpress-users-woocommerce-customers-import-export-plugin/" target="_blank" class="button button-primary">
34
  <?php _e('Setup Guide', 'wf_customer_import_export'); ?></a>
35
  </div>
36
 
@@ -38,14 +38,14 @@ if ( ! defined( 'ABSPATH' ) ) {
38
  <img src="<?php echo plugins_url(basename(plugin_dir_path(WF_CustomerImpExpCsv_FILE))) . '/images/documentation.png'; ?>"/>
39
  <h3><?php _e('Documentation', 'wf_customer_import_export'); ?></h3>
40
  <p style=""><?php _e('Refer to our documentation to set and get started', 'wf_customer_import_export'); ?></p>
41
- <a target="_blank" href="https://www.xadapter.com/category/documentation/wordpress-users-woocommerce-customers-import-export/" class="button-primary"><?php _e('Documentation', 'wf_customer_import_export'); ?></a>
42
  </div>
43
 
44
  <div class="inner-panel" style="">
45
  <img src="<?php echo plugins_url(basename(plugin_dir_path(WF_CustomerImpExpCsv_FILE))) . '/images/support.png'; ?>"/>
46
  <h3><?php _e('Support', 'wf_customer_import_export'); ?></h3>
47
  <p style=""><?php _e('We would love to help you on any queries or issues.', 'wf_customer_import_export'); ?></p>
48
- <a href="https://support.xadapter.com/hc/en-us/requests/new?" target="_blank" class="button button-primary">
49
  <?php _e('Contact Us', 'wf_customer_import_export'); ?></a>
50
  </div>
51
  </div>
30
  <img src="<?php echo plugins_url(basename(plugin_dir_path(WF_CustomerImpExpCsv_FILE))) . '/images/video.png'; ?>"/>
31
  <h3><?php _e('How-to-setup', 'wf_customer_import_export'); ?></h3>
32
  <p style=""><?php _e('Get to know about our produt in 3 minutes with this video', 'wf_customer_import_export'); ?></p>
33
+ <a href="https://www.webtoffee.com/setting-wordpress-users-woocommerce-customers-import-export-plugin/" target="_blank" class="button button-primary">
34
  <?php _e('Setup Guide', 'wf_customer_import_export'); ?></a>
35
  </div>
36
 
38
  <img src="<?php echo plugins_url(basename(plugin_dir_path(WF_CustomerImpExpCsv_FILE))) . '/images/documentation.png'; ?>"/>
39
  <h3><?php _e('Documentation', 'wf_customer_import_export'); ?></h3>
40
  <p style=""><?php _e('Refer to our documentation to set and get started', 'wf_customer_import_export'); ?></p>
41
+ <a target="_blank" href="https://www.webtoffee.com/category/documentation/wordpress-users-woocommerce-customers-import-export/" class="button-primary"><?php _e('Documentation', 'wf_customer_import_export'); ?></a>
42
  </div>
43
 
44
  <div class="inner-panel" style="">
45
  <img src="<?php echo plugins_url(basename(plugin_dir_path(WF_CustomerImpExpCsv_FILE))) . '/images/support.png'; ?>"/>
46
  <h3><?php _e('Support', 'wf_customer_import_export'); ?></h3>
47
  <p style=""><?php _e('We would love to help you on any queries or issues.', 'wf_customer_import_export'); ?></p>
48
+ <a href="https://www.webtoffee.com/support/" target="_blank" class="button button-primary">
49
  <?php _e('Contact Us', 'wf_customer_import_export'); ?></a>
50
  </div>
51
  </div>
readme.txt CHANGED
@@ -1,194 +1,196 @@
1
- === Import Export WordPress Users ===
2
- Contributors: webtoffee
3
- Donate link: https://www.webtoffee.com/plugins/
4
- Tags: Export Users to CSV, Import Users from CSV, woocommerce export customers, user export, export import users, woocommerce import customers, woocommerce export customer email
5
- Requires at least: 3.0.1
6
- Tested up to: 4.9.8
7
- Stable tag: 1.1.6
8
- License: GPLv3
9
- License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
-
11
- Import users and export users made simple! Easily Export Users to CSV, Import Users from CSV. Fastest user export import plugin. Export customers in WooCommerce (premium).
12
-
13
- == Description ==
14
-
15
- = Introduction =
16
-
17
- Import users and export users made fast and simple! Import Export WordPress Users plugin helps you to easily export and import users in your WordPress. User Export and User import are much required feature while moving Wordpress / WooCommerce websites.
18
-
19
-
20
- &#128312; Users Export - Export Users to CSV file.</li>
21
- &#128312; Users import - Import Users from CSV format to WordPress/WooCommerce Store.
22
- &#128312; Tested OK with WooCommerce 3.4.5.
23
-
24
- 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.
25
-
26
- = How does it work? =
27
-
28
- The Import Export WordPress Users 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.
29
-
30
- 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.
31
-
32
-
33
-
34
- = Premium version Features =
35
-
36
- <blockquote>
37
-
38
- Import Export WordPress Users & WooCommerce Customers
39
-
40
- &#9989; Export Import WooCommerce Customer details into a CSV file.( Basic version supports only WordPress User Import and User Export )
41
- &#9989; Option to choose All Roles or Multiple Roles while export (Basic Supports only single role at a time)
42
- &#9989; Various Filter options for exporting Customers.
43
- &#9989; Map and Transform fields while Importing Customers.
44
- &#9989; Change values while improting Customers using Evaluation Fields.
45
- &#9989; Choice to Update or Skip existing imported Customers.
46
- &#9989; Choice to Send or Skip Emails for newly imported Customers.
47
- &#9989; WPML Supported. French language support Out of the Box.
48
- &#9989; Export Import users to/from a remote server via FTP in Scheduled time interval with Cron Job.
49
- &#9989; Excellent Support for setting it up!
50
-
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 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
- &#9989; User Export - WordPress Export Users to CSV.</li>
63
- &#9989; User Import - WordPress Import Users from CSV.</li>
64
- &#9989; Customer Export - WooCommerce Export Customers to CSV.(Premium)</li>
65
- &#9989; Customer Import - WooCommerce Import Customers from CSV.(Premium)</li>
66
-
67
-
68
- WordPress Export Users to CSV
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 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.
73
-
74
- WordPress Import Users from CSV
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
-
78
- The plugin has the option to send an Email to the user email ID whenever admin imports/updates users details.
79
-
80
- You can map your import columns to the appropriate WordPress data to import or merge user details. You can also import data from a variety of sources, such as an uploaded CSV file on FTP, locally saved CSV file to your computer.
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 to CSV (Premium)
85
-
86
- 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.
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 from CSV (Premium)
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
-
94
- The plugin has the option to send an Email to the user email ID whenever admin imports/updates customer details.
95
-
96
- You can map your import columns to the appropriate WooCommerce data to import or merge customer details. You can also import data from a variety of sources, such as an uploaded CSV file on FTP, locally saved CSV file to your computer.
97
-
98
- For importing WooCommerce customer 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 WooCommerce users in the spreadsheet, you can import to your website.
99
-
100
- = About XAdapter.com =
101
-
102
- 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.
103
-
104
-
105
- == Installation ==
106
-
107
- 1. Upload the plugin folder to the /wp-content/plugins/ directory.
108
- 2. Activate the plugin through the Plugins menu in WordPress.
109
- 3. Thats it! you can now configure the plugin.
110
-
111
- == Frequently Asked Questions ==
112
-
113
-
114
-
115
- = Does this plugin export users to excel? =
116
-
117
- This plugin exports user data to csv which can be opened with Excel and saved as an Excel file.
118
-
119
- = Does this plugin support multiple roles? =
120
-
121
- Yes. You can export import users along with multiple user roles
122
-
123
- = Does this plugin export woocommerce customer data? =
124
-
125
- Yes. Using the premium version you can export customer data as well.
126
-
127
- = Can the plugin handle woocommerce export customer emails? =
128
-
129
- 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.
130
-
131
- = Does this export users with passwords? =
132
-
133
- Yes. This plugin will export users with passwords
134
-
135
- = Does this plugin support woocommerce customer order csv export? =
136
-
137
- No. You may want to use https://wordpress.org/plugins/order-import-export-for-woocommerce/ for this
138
-
139
-
140
-
141
- == Screenshots ==
142
-
143
- 1. User Export Screen
144
-
145
- 2. User Import Screen
146
-
147
- 3. Premium export Screen
148
-
149
  == Changelog ==
150
 
151
- = 1.1.6 =
 
 
152
  * Bug fix.
153
- = 1.1.5 =
154
  * Tested OK with WC 3.4.5.
155
- * Review link added on footer.
156
- = 1.1.4 =
157
  * implement hashed/plaintext password processing during import.
158
- * Bug fix: User role import.
159
- = 1.1.3 =
160
- * Export page blank bug fix.
161
- = 1.1.2 =
162
- * Tested OK WC 3.4.4 and WP 4.9.8
163
- * Warnings fixed.
164
- * UI Changed.
165
- * Export multiple roles at a time.
166
- = 1.1.1 =
167
- * Tested OK with WP 4.9.6 and WC 3.3.5.
168
- = 1.1.0 =
169
- * Fixed WC Dependency issue, fixed notice.
170
- = 1.0.9 =
171
- * Fixed WC Dependency issue.
172
- = 1.0.8 =
173
- * Tested OK with WordPress 4.9
174
- = 1.0.7 =
175
- * Minor Content updates
176
- = 1.0.6 =
177
- * Fixed Conflict with Premium Version
178
- = 1.0.5 =
179
- * Fixed PHP 7.0 Compatibility Issue and warning fix
180
- = 1.0.4 =
181
- * Marketing Content Change.
182
- = 1.0.3 =
183
- * Minor content updates.
184
- = 1.0.2 =
185
- * Minor content updates.
186
- = 1.0.1 =
187
- * Minor content updates.
188
- = 1.0.0 =
189
- * Export Import WordPress Users.
190
-
191
- == Upgrade Notice ==
192
-
193
- = 1.1.6 =
194
- * Bug fix.
1
+ === Import Export WordPress Users ===
2
+ Contributors: webtoffee
3
+ Donate link: https://www.webtoffee.com/plugins/
4
+ Tags: Export Users to CSV, Import Users from CSV, woocommerce export customers, user export, export import users, woocommerce import customers, woocommerce export customer email
5
+ Requires at least: 3.0.1
6
+ Tested up to: 4.9.8
7
+ Stable tag: 1.1.7
8
+ License: GPLv3
9
+ License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
+
11
+ Import users and export users made simple! Easily Export Users to CSV, Import Users from CSV. Fastest user export import plugin. Export customers in WooCommerce (premium).
12
+
13
+ == Description ==
14
+
15
+ = Introduction =
16
+
17
+ Import users and export users made fast and simple! Import Export WordPress Users plugin helps you to easily export and import users in your WordPress. User Export and User import are much required feature while moving Wordpress / WooCommerce websites.
18
+
19
+
20
+ &#128312; Users Export - Export Users to CSV file.</li>
21
+ &#128312; Users import - Import Users from CSV format to WordPress/WooCommerce Store.
22
+ &#128312; Tested OK with WooCommerce 3.4.5.
23
+
24
+ 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.
25
+
26
+ = How does it work? =
27
+
28
+ The Import Export WordPress Users 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.
29
+
30
+ 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.
31
+
32
+
33
+
34
+ = Premium version Features =
35
+
36
+ <blockquote>
37
+
38
+ Import Export WordPress Users & WooCommerce Customers
39
+
40
+ &#9989; Export Import WooCommerce Customer details into a CSV file.( Basic version supports only WordPress User Import and User Export )
41
+ &#9989; Option to choose All Roles or Multiple Roles while export (Basic Supports only single role at a time)
42
+ &#9989; Various Filter options for exporting Customers.
43
+ &#9989; Map and Transform fields while Importing Customers.
44
+ &#9989; Change values while improting Customers using Evaluation Fields.
45
+ &#9989; Choice to Update or Skip existing imported Customers.
46
+ &#9989; Choice to Send or Skip Emails for newly imported Customers.
47
+ &#9989; WPML Supported. French language support Out of the Box.
48
+ &#9989; Export Import users to/from a remote server via FTP in Scheduled time interval with Cron Job.
49
+ &#9989; Excellent Support for setting it up!
50
+
51
+
52
+ Please visit <a rel="nofollow" href="https://www.webtoffee.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 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
+ &#9989; User Export - WordPress Export Users to CSV.</li>
63
+ &#9989; User Import - WordPress Import Users from CSV.</li>
64
+ &#9989; Customer Export - WooCommerce Export Customers to CSV.(Premium)</li>
65
+ &#9989; Customer Import - WooCommerce Import Customers from CSV.(Premium)</li>
66
+
67
+
68
+ WordPress Export Users to CSV
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 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.
73
+
74
+ WordPress Import Users from CSV
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
+
78
+ The plugin has the option to send an Email to the user email ID whenever admin imports/updates users details.
79
+
80
+ You can map your import columns to the appropriate WordPress data to import or merge user details. You can also import data from a variety of sources, such as an uploaded CSV file on FTP, locally saved CSV file to your computer.
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 to CSV (Premium)
85
+
86
+ 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.
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 from CSV (Premium)
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
+
94
+ The plugin has the option to send an Email to the user email ID whenever admin imports/updates customer details.
95
+
96
+ You can map your import columns to the appropriate WooCommerce data to import or merge customer details. You can also import data from a variety of sources, such as an uploaded CSV file on FTP, locally saved CSV file to your computer.
97
+
98
+ For importing WooCommerce customer 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 WooCommerce users in the spreadsheet, you can import to your website.
99
+
100
+ = About WebToffee.com =
101
+
102
+ 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.
103
+
104
+
105
+ == Installation ==
106
+
107
+ 1. Upload the plugin folder to the /wp-content/plugins/ directory.
108
+ 2. Activate the plugin through the Plugins menu in WordPress.
109
+ 3. Thats it! you can now configure the plugin.
110
+
111
+ == Frequently Asked Questions ==
112
+
113
+
114
+
115
+ = Does this plugin export users to excel? =
116
+
117
+ This plugin exports user data to csv which can be opened with Excel and saved as an Excel file.
118
+
119
+ = Does this plugin support multiple roles? =
120
+
121
+ Yes. You can export import users along with multiple user roles
122
+
123
+ = Does this plugin export woocommerce customer data? =
124
+
125
+ Yes. Using the premium version you can export customer data as well.
126
+
127
+ = Can the plugin handle woocommerce export customer emails? =
128
+
129
+ 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.
130
+
131
+ = Does this export users with passwords? =
132
+
133
+ Yes. This plugin will export users with passwords
134
+
135
+ = Does this plugin support woocommerce customer order csv export? =
136
+
137
+ No. You may want to use https://wordpress.org/plugins/order-import-export-for-woocommerce/ for this
138
+
139
+
140
+
141
+ == Screenshots ==
142
+
143
+ 1. User Export Screen
144
+
145
+ 2. User Import Screen
146
+
147
+ 3. Premium export Screen
148
+
149
  == Changelog ==
150
 
151
+ = 1.1.7 =
152
+ * Content Update.
153
+ = 1.1.6 =
154
  * Bug fix.
155
+ = 1.1.5 =
156
  * Tested OK with WC 3.4.5.
157
+ * Review link added on footer.
158
+ = 1.1.4 =
159
  * implement hashed/plaintext password processing during import.
160
+ * Bug fix: User role import.
161
+ = 1.1.3 =
162
+ * Export page blank bug fix.
163
+ = 1.1.2 =
164
+ * Tested OK WC 3.4.4 and WP 4.9.8
165
+ * Warnings fixed.
166
+ * UI Changed.
167
+ * Export multiple roles at a time.
168
+ = 1.1.1 =
169
+ * Tested OK with WP 4.9.6 and WC 3.3.5.
170
+ = 1.1.0 =
171
+ * Fixed WC Dependency issue, fixed notice.
172
+ = 1.0.9 =
173
+ * Fixed WC Dependency issue.
174
+ = 1.0.8 =
175
+ * Tested OK with WordPress 4.9
176
+ = 1.0.7 =
177
+ * Minor Content updates
178
+ = 1.0.6 =
179
+ * Fixed Conflict with Premium Version
180
+ = 1.0.5 =
181
+ * Fixed PHP 7.0 Compatibility Issue and warning fix
182
+ = 1.0.4 =
183
+ * Marketing Content Change.
184
+ = 1.0.3 =
185
+ * Minor content updates.
186
+ = 1.0.2 =
187
+ * Minor content updates.
188
+ = 1.0.1 =
189
+ * Minor content updates.
190
+ = 1.0.0 =
191
+ * Export Import WordPress Users.
192
+
193
+ == Upgrade Notice ==
194
+
195
+ = 1.1.7 =
196
+ * Content Update.