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:
Add this repo to your composer file:
"repositories": {
"qbixx": {
"type": "git",
"url": "git@github.com:qbixx/PostcodeNl_Api_Magento2.git"
}
}$ composer require qbixx/api-magento2-module- Upgrade, compile & clear cache:
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento cache:flushThe code is available under the Simplified BSD License, see the included LICENSE file.