trinos-nl / magento2-postcode-nl
Hyvä Checkout integration for Postcode.nl to validate Dutch addresses at Checkout
Installs: 11 635
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 8
Open Issues: 4
Type:magento2-module
pkg:composer/trinos-nl/magento2-postcode-nl
Requires
- hyva-themes/magento2-hyva-checkout: >=1.1
- hyva-themes/magento2-theme-module: >=1.3.11
- magento/framework: *
README
Postcode.nl integration for Hyvä Checkout.
Installation
-
Require the
trinos-nl/magento2-postcode-nlpackage:composer require trinos-nl/magento2-postcode-nl
-
Run
bin/magento setup:upgrade
Additional steps
After installing the module, there are some additional steps you need to do.
1. Configure the module
Go to Stores > Configuration > Sales > Postcode.nl Api and configure the module.
Enable the module and fill in your API key.
2. Checkout configuration
Go to Stores > Configuration > Hyvä Themes > Checkout and configure postcodenl_manual_mode field.
This field is responsible for the manual mode checkbox of the postcode check.
Our recommendation is to set this fields to the following order and configuration:
| Attribute | Enabled | Required | Length |
|---|---|---|---|
| country_id | Yes | Yes | 100% |
| postcode | Yes | Yes | 50% |
| street.1 | Yes | Yes | 25% |
| street.2 | Yes | No | 25% |
| postcodenl_manual_mode | Yes | No | 100% |
| street.0 | Yes | Yes | 100% |
| city | Yes | Yes | 100% |