Цей плагін не перевірявся з останніми 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).

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“Company Autocomplete by LEI Register” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Company Autocomplete by LEI Register” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0

  • Functional plugin with the company data autocomplete using GLEIF data