このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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.

FAQ

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.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Update Users & Customers using CSV はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Update Users & Customers using CSV” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0

Initial Version of Plugin