Adds autocompletion for addresses to the checkout page. Multiple countries are supported using official postal data via the Postcode.nl API.
This module has been created for Postcode.nl by Flekto.
A Postcode.nl 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
The code is available under the Simplified BSD License, see the included LICENSE file.