tecsecret / br_customer_attributes
Magento 2 - 为巴西添加注册字段支持。
1.2
2019-07-16 01:52 UTC
Requires
- php: ~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0
- magento/framework: 100.0.*|100.1.*|101.0.*|102.0.*
- magento/module-backend: 100.0.*|100.1.*|100.2.*|101.0.*
- tecsecret/codebase: *
This package is auto-updated.
Last update: 2024-09-16 12:37:05 UTC
README
关于模块
Magento 2 模块,用于将用户和地址字段适配到巴西标准,包括个人和法人客户类型。
注意:模块在访客模式下无法与结账功能一起使用。
安装
通过 composer 进行安装。
composer require tecsecret/br_customer_attributes
php bin/magento setup:di:compile
php bin/magento setup:upgrade
在商店 > 选项 > 配置 > 系统代码 > 巴西客户属性中配置模块。
更新
应按照 Magento 的标准流程通过 composer 进行更新。
贡献
要贡献,请对项目进行分支操作,然后发起 pull request 或通过 Github 进行编辑。