이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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