vbdev/magento2-switch-customer-group

A Magento 2 module for Switch Customer Group

Maintainers

Package info

github.com/viniciusgborges/magento2-switch-customer-group

Type:magento2-module

pkg:composer/vbdev/magento2-switch-customer-group

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

1.0.1 2023-05-29 18:55 UTC

This package is auto-updated.

Last update: 2026-03-29 01:02:18 UTC


README

composer require vbdev/magento2-switch-customer-group

Main Functionalities

  • The module offers a configuration in the admin, in Stores->Configuration->VBDEV->Switch Customer Group
  • The module provides functionality to change customer groups based on three actions that can be chosen by the shopkeeper.

change consumer groups based on actions

  • The module also provides the possibility to change customer groups by customer id quickly.

change customer groups by customer id

Install

Type 1: Zip file

  • Unzip the zip file in app/code/Vbdev
  • Enable the module by running bin/magento module:enable Vbdev_SwitchCustomerGroup
  • Apply database updates by running bin/magento setup:upgrade
  • Flush the cache by running bin/magento cache:flush

Type 2: Composer

  • Install the module composer by running composer require vbdev/magento2-switch-customer-group
  • enable the module by running bin/magento module:enable Vbdev_SwitchCustomerGroup
  • apply database updates by running bin/magento setup:upgrade
  • Flush the cache by running bin/magento cache:flush