Skip to content
MagePsycho Blog
MagePsycho Blog
  • Magento 2 Extensions
    • Customer Experience
      • M2 Customer Group Selector Pro
      • M2 Customer Redirect Pro
      • M2 Store Restriction Pro
    • Checkout / Sales Motivation
      • M2 Region & City Manager
      • M2 Sales Promotion Pro (FREE Gift)
    • Payment Gateways
      • M2 E-Path Payment
    • Import / Export
      • M2 Mass Importer Pro (Price)
  • Magento 1 Extensions
    • Customer Experience
      • Customer Group Selector / Switcher
      • Customer Redirect Pro
      • Store Restriction Pro
    • Payment Gateways
      • E-Path Payment
    • Import / Export
      • Mass Importer Pro(Price)
    • Content Management
      • jQuery Sliders Pro (Nivo Slider)
  • Free Extensions
    • Magento 2 Extensions
      • M2 Easy Template Path Hints
      • M2 Custom Shipping
      • M2 Preview/Visit Catalog
      • M2 Product Attachment
      • M2 Cart Discount Limiter
      • M2 Product Discount Label
      • M2 Store View Pricing
      • M2 Disable Customer Registration
    • Magento 1 Extensions
      • Easy Template Path Hints
      • jQuery Lightboxes (Fancybox, Pirobox, Lightbox Clone, prettyPhoto)
      • Frontend Links Manager
      • Zopim Live Chat
      • Admin Login Locale Selector
      • Custom PDF Invoice Layout
      • PayWay Payment
      • Tell A Friend
      • Store Restriction
      • Custom Login Redirect
  • Services
  • Blog
  • Magento 2 Extensions
    • Customer Experience
      • M2 Customer Group Selector Pro
      • M2 Customer Redirect Pro
      • M2 Store Restriction Pro
    • Checkout / Sales Motivation
      • M2 Region & City Manager
      • M2 Sales Promotion Pro (FREE Gift)
    • Payment Gateways
      • M2 E-Path Payment
    • Import / Export
      • M2 Mass Importer Pro (Price)
  • Magento 1 Extensions
    • Customer Experience
      • Customer Group Selector / Switcher
      • Customer Redirect Pro
      • Store Restriction Pro
    • Payment Gateways
      • E-Path Payment
    • Import / Export
      • Mass Importer Pro(Price)
    • Content Management
      • jQuery Sliders Pro (Nivo Slider)
  • Free Extensions
    • Magento 2 Extensions
      • M2 Easy Template Path Hints
      • M2 Custom Shipping
      • M2 Preview/Visit Catalog
      • M2 Product Attachment
      • M2 Cart Discount Limiter
      • M2 Product Discount Label
      • M2 Store View Pricing
      • M2 Disable Customer Registration
    • Magento 1 Extensions
      • Easy Template Path Hints
      • jQuery Lightboxes (Fancybox, Pirobox, Lightbox Clone, prettyPhoto)
      • Frontend Links Manager
      • Zopim Live Chat
      • Admin Login Locale Selector
      • Custom PDF Invoice Layout
      • PayWay Payment
      • Tell A Friend
      • Store Restriction
      • Custom Login Redirect
  • Services
  • Blog

Home » Magento » Custom Redirect Pro V2.0.0 – Redirect customer after login, logout, register, etc.

Custom Redirect Pro V2.0.0 – Redirect customer after login, logout, register, etc.

May 24, 2019March 9, 2016 by Raj KB
Tweet
Share39
Pin
39 Shares

We are pleased to announce the release of a new version of Custom Redirect Pro (V2.0.0). We’ve totally revamped this extension keeping in mind the maintainability and upgradability.

Custom Redirect Pro V2.0.0 allows customer group wise redirection to custom page after register, login & logout actions with many extra features.

Custom Redirect Pro Magento Extension

Note: This extension was formerly known as Custom Login Redirect Pro. Since this extension is not limited to login redirection only, we’ve changed it to Custom Redirect Pro as we are aiming for multi-purpose custom redirection solution (GeoIP redirect, browser language redirect, 404 redirects, etc. on the roadmap).

Changelog: 1.5.0 – 2.0.0

  • Refined/revamped the codebase & admin GUI.
  • Moved all login, logout, register, subscriber, etc. based redirection to event-observer.
  • Added option to remove intermediate logout redirection page.
  • Fixed customer group wise redirection issue for logout.
  • Fixed the issue related to {{redirect_to}} variable.
  • Moved customer group wise redirection, email template, success message, etc. to tabular array for easier management.
  • Customer registration is compatible with security patch SUPEE-6788.
  • Renamed the module as ‘Custom Redirect Pro’.

Key Features

1. Customer Group Wise Redirection After Login

You can redirect your customer to any custom page(for example: {{referer}}, /, /checkout/cart etc.) depending upon the customer group after login.
If group wise redirection URL is empty, default login redirection URL will be used.

Customer Login Redirect Settings
Customer Login Redirect Settings

2. Customer Group Wise Redirection After Logout

You can redirect your customer to custom page depending upon the customer group after they log out.
Also, you can remove the logout intermediate page that says “You have logged out and will be redirected to our homepage in 5 seconds.” and redirect the user directly to the configured page with a custom message.

Customer Logout Redirect Settings
Customer Logout Redirect Settings
Logout Intermediate Page with Custom Message
Logout Intermediate Page with Custom Message

3. Customer Group Wise Redirection After Registration

You can set customer group wise redirection page for registration (for example: /thank-you-page, /terms-and-conditions etc.).
Also, this extension provides extra features like customer group wise success message and new account email template.
This, of course, will add more personalized shopping experience to your customer.

Customer New Account Redirection Settings 1
Customer New Account Redirection Settings 1
Customer New Account Redirection Settings 2
Customer New Account Redirection Settings 2

4. Redirection After Newsletter Subscription

Allows to redirect the user to custom page (for example: /subscription-coupon, /subscription-thank-you etc.) after newsletter subscription.

Newsletter Subscription Redirect
Newsletter Subscription Redirect

5. Customer Group Selector / Switcher

Customer Group Selector / Switcher extension is bundled with this extension, so will have all its features available out of the box.

Customer Group Selector / Switcher extension allows customers to select their required customer group at registration & checkout, using group dropdown or group code.

Bonus - Customer Group Selector / Switcher Extension
Bonus – Customer Group Selector / Switcher Extension

6. Essential Module for B2B E-Commerce

This extension by default includes the Customer Group Selector / Switcher. And if combined with Store Restriction Pro, it will give you the solid base for creating B2B store.

Store Restriction Pro provides you with complete functionality to restrict your store in many ways (disabling registration, requiring customer approval for login, restricting access to certain pages/sections in the store, allowing guest access to certain pages from restricted stores, etc.)

Store Restriction Pro - Magento Extension
Store Restriction Pro – Magento Extension

7. Misc Features

This extension supports both relative and absolute redirection url, which in itself can contain custom variables.

  • You can redirect to referrer / previous page url using {{referer}} variable.
  • You can redirect to any url mentioned in the query param(?rediect_to=…, param name is configurable) using {{redirect_to}} variable.
  • Other available variables that can be used in the redirection URL are:
    • {{ip}} – IP Address
    • {{country_code}} – Country Code
    • {{user_name}} – User Full Name
    • {{user_email}} – User Email Address
    • {{user_id}} – User Id
    • {{user_group_id}} – User Group Id

Check out Live Demo:

View Backend Demo
View Frontend Demo

In Summary,
Custom Redirect Pro can be really useful if you have a multi-store website (B2B, wholesale/retail stores) with multiple customer groups. And you want to provide a more personalized shopping experience to your customers, for example by:

  • Allowing your customers to select their required customer group at registration & checkout, using group dropdown or group code.
  • Redirecting your retail customer to the retail website after they log in from any one of your available multi-store websites.
  • Redirecting your customer to welcome page with a personalized success message and email template if they register as wholesale customer.
  • Redirection your customer to coupon page after newsletter subscription.
  • etc.

Please do comment or contact us if you have any queries and want to request new features.

Tweet
Share39
Pin
39 Shares

Related posts:

  1. Custom Login Redirect Pro: How to keep your customer logged in even after redirection to another store?
  2. Custom Login Redirect Pro Version 1.1.0 has been released
  3. Store Restriction Pro – V1.0.0 – Disable Registration, Require Customer Approval for Login, Restrict/Allow Access, etc.
  4. Assign a group to the customer using dropdown or group code in Magento
Categories Magento, Updates Tags announcement, b2b, Custom Login Redirect Pro, custom redirect, custom redirect pro
Post navigation
Assign a group to the customer using dropdown or group code in Magento
Install & Configure Varnish Cache for Magento 2

Connect with Us

Popular Posts

  • Playing with Dates in Magento
  • Configuring Magento for Development / Debug Mode
  • Updating product prices in Magento in an easier & faster way
  • Updating product qty in Magento in an easier & faster way
  • Adding upload field in the contact form and send as an attachment

Recent Posts

  • Best FREE/Paid Magento 2 Extensions in 2022
  • Magento 2 Performance Optimization: Concerns & Solutions
  • Change Table Prefix for Magento 2 DB (After Installation)
  • Fix Region/State Dropdown not Loading on New Account Creation Page
  • What to Consider while Migrating from Magento 1 to Magento 2?

Search Blog

Categories

Apache Javascript jQuery Latest Linux Mac OS-X Magento Magento 2 Mysql Nginx PHP Ruby Updates Web Service

Archives

Tags

magento2 shipping method product stock inventory special price shipping bash code snippets XML SSH .htaccess Debugging lightbox shell tier price backup magento toolbar payment method price importer Custom Login Redirect Pro backup advanced search Store Restriction Pro Zend_Debug mysql cms mass importer pro price utility functions group price curl export / import collection csv event-observer announcement magento backup custom shipping regular price catalog product backup script cms pages attribute eav easy template path hints
MagePsycho Affiliate Program

Quality Magento Commerce extension & service provider since 2009

Connect with us

Navigation

  • About Us
  • Services
  • Rewards Program
  • Affiliate Program
  • Privacy & Policy
  • Terms & Conditions

Support

  • Contact Us
  • Submit Ticket
  • FAQs

Resources

  • Blog
  • Knowledge Base
  • Documentation
  • Sitemap
  • We Accept
© 2025 MagePsycho Store. All Rights Reserved.