jackhuny / module-customer-restriction

Magento 2 客户限制

安装: 3

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 4

类型:magento2-module

2.1.2 2018-03-20 09:39 UTC

This package is auto-updated.

Last update: 2024-09-05 06:45:33 UTC


README

功能

导航到 商店 > 配置 > 客户 部分 > 客户限制

  • 客户注册
    • 通过电子邮件模式进行限制
    • 设置错误消息
  • 客户登录
    • 通过电子邮件模式进行限制
    • 设置错误消息

安装扩展

composer require magekey/module-customer-restriction

部署

php bin/magento maintenance:enable                  #Enable maintenance mode
php bin/magento setup:upgrade                       #Updates the Magento software
php bin/magento setup:di:compile                    #Compile dependencies
php bin/magento setup:static-content:deploy         #Deploys static view files
php bin/magento cache:flush                         #Flush cache
php bin/magento maintenance:disable                 #Disable maintenance mode

已测试的版本

2.1.12 2.2.3