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

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.

常見問題

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

評價

There are no reviews for this plugin.

貢獻者及開發者

“Company Autocomplete by LEI Register” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

修改日誌

1.0

  • Functional plugin with the company data autocomplete using GLEIF data