Magento Module Redirect Customer After Logging In By Customer Group to the Correct Store

€14.02 €11.40
Expandable module
ID:REDIRECT-AFTER-LOGIN

YOU CAN TRUST US

25 years of experience in e-commerce and Magento 2

Tooltip

Fast delivery

Tooltip

Efficient implementation process

Tooltip

Simple and transparent complaint process

Tooltip

Working with clients worldwide

Tooltip

Free module updates

Tooltip

Payment by bank transfer

Tooltip

Magento 2 Module for User Redirection Based on Customer Group

Compatibility: Magento 2.3, 24

Module Functionality:

This module provides functionality to automatically redirect users after logging in to a page that matches their group and assigned store view. This is particularly useful in stores with diverse customer segments, where different groups have access to dedicated offers, prices, or content.

Features and Benefits:

  • Automatic Redirections: Allows automatic redirection of users to the appropriate pages based on their group and assigned store view.
  • Personalization: Helps to personalize the shopping experience by customizing content visibility, potentially increasing customer satisfaction and sales efficiency.
  • Better Access Control: Facilitates management of access to specific sections of the store, ensuring that only the appropriate customer groups have access to dedicated offers.
  • Simple Configuration: Configuring redirections is intuitive and can be easily managed from the Magento admin panel.

Installation and Configuration:

The module can be installed via Composer package manager or by manually uploading files to the server. Configuration takes place in the admin panel, where you can set customer group mappings to the appropriate store pages.

Requirements:

  • Magento 2.x
  • PHP 7.x or later

Documentation:

The module includes comprehensive user and technical documentation that describes installation, configuration, and management of redirections.

Support:

Technical support is available to assist with installation, configuration, and troubleshooting potential issues with the module's operation.

---

Future Development Directions

Consider expanding features to analyze user behaviors after redirections to optimize sales and marketing processes.

  1. Do you need help adding specific features to this module?  
  2. Are you interested in additional integrations with other systems or modules in Magento?
More Information
WydanieCommunity
Compatibility2.4.7, 2.4.6, 2.4.5, 2.4.4, 2.4.3, 2.4.2, 2.4.1, 2.4.0, 2.3.7, 2.3.6, 2.3.5, 2.3.4

Installation

* In a production environment, please use the --keep-generated option

Type: Composer

  1. The module is available in the composer repository:
    • Private GitLab repository: https://gitlab.com
  2. Add the composer repository to the configuration:
    composer config repositories.redirect.after.login vcs https://gitlab.com/magento2ext/magento-2-redirect-after-login
  3. Add the access token for the private GitLab repository:
    composer config --auth gitlab-token.gitlab.com 
  4. Install the module using Composer:
    composer require kowal/module-redirectafterlogin
  5. Apply database updates:
    php bin/magento setup:upgrade
  6. Clear cache:
    php bin/magento cache:flush