vbdev/magento2-switch-customer-group

Magento 2模块 - 切换客户组

1.0.1 2023-05-29 18:55 UTC

This package is auto-updated.

Last update: 2024-09-29 21:51:57 UTC


README

composer require vbdev/magento2-switch-customer-group

主要功能

  • 该模块在管理员界面提供配置,在 商店->配置->VBDEV->切换客户组
  • 模块提供了基于店主可选择的三种操作来更改客户组的功能。

change consumer groups based on actions

  • 模块还提供了根据客户ID快速更改客户组的功能。

change customer groups by customer id

安装

类型 1: 压缩文件

  • 将压缩文件解压到 app/code/Vbdev
  • 通过运行 bin/magento module:enable Vbdev_SwitchCustomerGroup 启用模块
  • 通过运行 bin/magento setup:upgrade 应用数据库更新
  • 通过运行 bin/magento cache:flush 清除缓存

类型 2: Composer

  • 通过运行 composer require vbdev/magento2-switch-customer-group 安装模块
  • 通过运行 bin/magento module:enable Vbdev_SwitchCustomerGroup 启用模块
  • 通过运行 bin/magento setup:upgrade 应用数据库更新
  • 通过运行 bin/magento cache:flush 清除缓存