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

Company Autocomplete by LEI Register

설명

Simply enabling this plugin will add autocomplete function to the company name field in your standard Woocommerce checkout form.
There are currently around 2 million companies in the GLEIF database from all over the world, which are all searchable with this plugin.
Typing in the company name field will automatically trigger a search with AJAX to the free to use GLEIF public database (GLEIF LEI data terms of use).
It will then use this data to show a list of matching companies to the keywords.
When clicking on a specific company in the list, it will hide the list and prefill the correct data to the following fields:

  • company name (completing the searchable field)
  • address
  • city
  • postal code
  • country

Some variables are currently editable by modifying the beginning of the plugin JS file. The variables include:

  • Custom field selectors for custom woocommerce implementations
  • Keyup delay when triggering the search
  • Minimum keyword length

Currently there are no shown errors in case of no search results etc.
The idea is that the plugin is minimal and doesn’t confuse the user in case there are no matches found for the inserted company name.

If you want to know more about LEI codes or help your customers obtain it, then we would recommend directing them to https://www.leinumber.com/

스크린샷

  • The user starts typing the company name and gets a list of matches.
  • The fields are automatically filled after the user has clicked on the correct company name.

FAQ

What do I need to do?

Simply enable the plugin in WordPress

Does it work if I don’t have Woocommerce?

If you’re clever, you can edit field selectors in the plugins JS file to match with the selectors on your custom WordPress form. There are plans to make these editable in the WordPress admin.

Why is it not working? How to debug?

  • Is the plugin enabled?
  • Does the js/company-autocomplete.js appear in the site head where scripts are included?
  • Check if there are any errors in the “console” tab in the web browser element inspector.
  • Check if there are any faulty requests in the “network” tab in the web browser element inspector.
  • Are there any PHP errors shown on the site or in the error log?
  • GLEIF might be temporarily unavailable or you are being rate limited to 60 requests per minute (enforced by the GLEIF API).

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Company Autocomplete by LEI Register”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Company Autocomplete by LEI Register”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0

  • Functional plugin with the company data autocomplete using GLEIF data