Skip to content

Latest commit

 

History

46 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

Deprecated! Use https://github.com/rapidez/postcode

Rapidez Experius Postcode NL

Implementation of the Postcode NL API with the Magento 2 Experius-Postcode-NL module for Rapidez.

Requirements

Make sure the Magento 2 Experius-Postcode-NL and Mage2-Module-Experius-PostcodeGraphQl modules have been installed and configured in your Magento installation.

Installation

composer require rapidez/experius-postcode-nl

If you haven't published the Rapidez views yet, publish them with:

php artisan vendor:publish --provider="Rapidez\Core\RapidezServiceProvider" --tag=views

Add a event listener on the postcode and housenumber fields:

    <x-rapidez::input
        name="{{ $type }}_postcode"
        label="Postcode"
        v-model.lazy="checkout.{{ $type }}_address.postcode"
+       v-on:change="(event) => $root.$nextTick(() => window.$emit('postcode-change', event))"
        required
    />

About

No description or website provided.

Topics

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Used by

Contributors

Languages