這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Update Users & Customers using CSV

描述

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.

螢幕截圖

  • CSV/TXT File Uploadation Page
  • Rules for Making CSV/TXT File for Bulk USers/Customers information update
  • File Format for making CSV/TXT
  • Data checking process before transferring to database

安裝

  • 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.

常見問題

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.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Update Users & Customers using CSV” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

修改日誌

1.0

Initial Version of Plugin