creativestyle/magesuite-address-splitter
Composer 安装命令:
composer require creativestyle/magesuite-address-splitter
包简介
Tool allows to split customer addresses into two parts, street and house number.
README 文档
README
This module uses viison/address-splitter (https://github.com/pickware/address-splitter) repository to split street into street and house number in customer address entities.
It allows to use two commands:
address:splitter:split
Test command, can be used to check the address-splitter logic.
Example:
bin/magento address:splitter:split "test address 11"
will return
Array
(
[0] => test address
[1] => 11
)
address:extract:housenumber mode
Command extract house number from street and updates street in customer address entries in the database.
Mode: - `preview` loads data from database, parses them and saves result into the CSV file - `execute` loads data from db, parses them, saves result into the CSV file and updats data in the database
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2021-05-12