olegattila / customer-status
客户状态
dev-master
2021-11-22 16:51 UTC
Requires
- magento/module-customer: 103.0.*
This package is auto-updated.
Last update: 2024-09-22 23:09:10 UTC
README
``olegattila/customer-status``
主要功能
客户状态
安装
* = 在生产中请使用 --keep-generated
选项
类型 1: Zip 文件
- 将 zip 文件解压到
app/code/Zaproo/CustomerStatus
- 通过运行
php bin/magento module:enable Zaproo_CustomerStatus
启用模块 - 通过运行
php bin/magento setup:upgrade
应用数据库更新 - 生成代码和依赖注入配置
php bin/magento setup:di:compile
- 部署静态视图文件
php bin/magento setup:static-content:deploy en_US -j 4 -f
- 通过运行
php bin/magento cache:flush
清除缓存
类型 2: Composer
- 通过运行
composer require olegattila/customer-status:dev-master
安装模块 composer - 通过运行
php bin/magento module:enable Zaproo_CustomerStatus
启用模块 - 通过运行
php bin/magento setup:upgrade
应用数据库更新 - 生成代码和依赖注入配置
php bin/magento setup:di:compile
- 部署静态视图文件
php bin/magento setup:static-content:deploy en_US -j 4 -f
- 通过运行
php bin/magento cache:flush
清除缓存
配置
规格
属性
- 客户 - 自定义状态 (custom_status)