Skip to content

Latest commit

 

History

History
executable file
·
45 lines (32 loc) · 1.09 KB

File metadata and controls

executable file
·
45 lines (32 loc) · 1.09 KB

Postcode.nl International Address API module for Magento 2

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.

Postcode.nl Account

A Postcode.nl account is required. Testing is free. After testing you can choose to purchase a subscription.

Installation instructions

  1. 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
  1. Upgrade, compile & clear cache:
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento cache:flush

License

The code is available under the Simplified BSD License, see the included LICENSE file.