rapidez/experius-postcode-nl
最新稳定版本:4.0.0
Composer 安装命令:
composer require rapidez/experius-postcode-nl
包简介
Rapidez Experius Postcode NL implementation
关键字:
README 文档
README
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="$root.$nextTick(() => window.$emit('postcode-change', checkout.{{ $type }}_address))"
required
/>
统计信息
- 总下载量: 5.82k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2021-06-30