Adds autocompletion for addresses to the checkout page. Multiple countries are supported using official postal data via the Postcode.eu API.
This module is maintained by Postcode.nl since version 3.0.0. Earlier versions were developed by Flekto.
A Postcode.eu account is required. Testing is free. After testing you can choose to purchase a subscription.
- Install this component using Composer:
$ composer require postcode-nl/api-magento2-module
- Upgrade, compile & clear cache:
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento cache:flush
A single field for autocompletion:
To allow users to skip the autocomplete field and manually enter an address, there's an option to add a link to manual address entry:
Get a Dutch address by postcode and house number. In this example asking the user to select from valid house number additions:
A formatted address is shown when the postcode and house number combination is valid (this is the default output option):
Other output options are:
- Hide address fields until postcode and house number combination is valid.
- Disable address fields until postcode and house number combination is valid.
- No change; address fields remain visible and editable.
Our module now supports GraphQL, allowing you to query address data via Magento's GraphQL API. This enables integration with headless Magento setups, progressive web applications (PWAs), and other front-end technologies that leverage GraphQL.
Although we can't guarantee compatibility with other checkout modules, our module works well with most one-step-checkout modules. If you are having issues and think this may be caused by our module, please contact Postcode.nl and tell us which other module(s) and version(s) are used.
If you found the solution already and have some code to contribute, feel free to open a pull request in this repository.
You can find our API documentation at https://developer.postcode.eu/documentation.
Instructions for additional configuration and customization can be found on the wiki pages.
- View Frequently Asked Questions at https://www.postcode.eu/#faq.
- For more questions and answers, see https://kb.postcode.nl/help
- If the above didn't answer your question, contact us.
The code is available under the Simplified BSD License, see the included LICENSE file.