Opis
this plugin helps to update customers or users data in bulk using csv file. It will also keep record of which data entry from file is successfully processed and which are not.
Rules For CSV File
- File must be comma separated .csv / .txt format.
- Column lables must be same to actual user field name where data needs to be updated.
- File should have one index column which used for finding user for whom data is going to be updated. For example: user_login, username, id, user_id
- Make sure each row of data for user has same number of data elements as many fields we need to update through file.
- If you do not have data of some fields for any user or not want to update some data fileds then you write ” skip ” in data cell and that perticular data will be skipped for that user.
Usage
To use this plugin do the following:
- Firstly activate Plugin.
- Go to plugin settings page.
- Upload csv file for bulk update users information.
Zrzuty ekranu
Instalacja
- Login as an administrator to your WordPress Admin account. Using the “Add New” menu option under the “Plugins” section of the navigation, you can either search for: „Update users & customers using csv” or if you’ve downloaded the plugin already, click the “Upload” link, find the .zip file you download and then click “Install Now”. Or you can unzip and FTP upload the plugin to your plugins directory (wp-content/plugins/).
- Activate the plugin through the „Plugins” menu in the WordPress administration panel.
Najczęściej zadawane pytania
-
Does this plugin will have any negative impact on website performance?
-
No, this is very light weight plugin and it will have almost zero impact on your website performance.
-
Does this plugin will work smoothly with any customized woocommerce installation?
-
It may be but we are not 100% guarantee you about this. We tests plugin with standard version of woocommerce only and we not provide any free support for issue arise due to customized version of your any plugins.
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„Update Users & Customers using CSV” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “Update Users & Customers using CSV” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
1.0
Initial Version of Plugin