mugar / module-customer-identification-document
客户身份验证模块
0.1.0
2020-02-06 19:09 UTC
Requires
- php: ~7.1.0|~7.2.0
This package is auto-updated.
Last update: 2024-09-13 17:35:54 UTC
README
此模块处于开发中。尚未准备好安装。
Mugar_CustomerIdentificationDocument for Magento2
此模块为客户添加了一组新属性。
这些属性
客户
- document_type
- document_number
客户账单地址
- document_type
- document_number
客户发货地址
- document_type
- document_number
安装
使用 composer 安装 Mugar_ModuleName。
composer require mugar/module-customer-identification-document
然后您需要激活此模块。
bin/magento module:enable Mugar_CustomerIdentificationDocument
bin/magento setup:upgrade
bin/magento cache:clean
卸载
bin/magento module:uninstall Mugar_CustomerIdentificationDocument
如果您使用 Composer 进行安装,Magento 将删除文件和数据库信息。
支持
您可以通过 Slack 请求加入。
贡献
欢迎拉取请求。对于重大更改,请首先打开一个问题以讨论您想更改的内容。
请确保根据需要更新测试。
如何创建 PR
- 分支它
- 创建您的功能分支(git checkout -b my-new-feature)
- 提交您的更改(git commit -am '添加一些功能')
- 推送到分支(git push origin my-new-feature)
- 创建新的 Pull Request