Este plugin não foi testado com as 3 últimas grandes versões do WordPress. Pode já não ser suportado e pode ter problemas de compatibilidade quando usado com versões mais recentes do WordPress.

Company Autocomplete by LEI Register

Descrição

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/

Ecrãs

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

Perguntas frequentes

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

Avaliações

Este plugin não tem avaliações.

Contribuidores e programadores

“Company Autocomplete by LEI Register” é software de código aberto. As seguintes pessoas contribuíram para este plugin:

Contribuidores

Registo de alterações

1.0

  • Functional plugin with the company data autocomplete using GLEIF data