Magento 1 Magento 2

Custom Redirect Pro

Rating:
99% of 100
Share
Login to earn Reward Points for sharing!
  • Buy 3 for $30.00 each and save 33%
Custom Redirect Pro allows customer group wise redirection to a custom page after register, login & logout actions with many extra features.

Compatibility

Community: 1.5.*, 1.6.*, 1.7.*, 1.8.*, 1.9.*
Enterprise: 1.5.*, 1.6.*, 1.7.*, 1.8.*, 1.9.*
? Please enter the production domain without http:// or https://. For example: www.magepsycho.com For multiple purchases of the extension (i.e. Qty > 1), you can use comma separator(,) for multiple domains. Note that no of domains should not exceed the ordered qty.
? Please enter the development domain without http:// or https://. For example: www.magepsycho.com For multiple purchases of the extension (i.e. Qty > 1), you can use comma separator(,) for multiple domains. Note that no of domains should not exceed the ordered qty.
Regular Price $75.00 Special Price $45.00
v2.0.1
30 Days Money Back
Free Lifetime updates
100% Open Source

Introduction

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

Suppose say you have a multi-store website (B2B store, wholesale/retail store etc.) with multiple customer groups. And you want to provide 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 retail website after they login from any one of your available multi-store website.
  • Redirecting your customer to welcome page with customized success message and email template if they register as wholesale customer.
  • Redirection your customer to coupon page after newsletter subscription.
    In any one of these cases (or all of them), you can use this 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 redirect etc. features are on the road-map).

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

2. Customer Group Wise Redirection After Logout

You can redirect your customer to custom page depending upon the customer group after they logout.
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 user directly to the configured page with custom message.

Customer Logout Redirect Settings

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 personalised shopping experience to your customer.

Customer New Account Redirection Settings 1

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

5. Customer Group Selector / Switcher

Customer Group Selector / Switcher extension is bundled with this extension, so will have all it's 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

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

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 than can be used in 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

Installation / Configuration:

  1. Just drag & drop the 'app' folder to your root of Magento installation.
  2. After installation go to Admin: >> System >> Configuration >> MagePsycho Extensions >> Custom Redirect Pro >> Manage your setting here.
    • Please refer to the screenshot provided above for the backend settings & frontend features.
    • Or you can explore them from demo section.

Installation Notes:

  1. Disable the Cache before Installation or Refresh the Cache after Installation.
    • Also disable the Compilation (System > Tools > Compilation) if enabled.
  2. If you get 'Access Denied' error in System > Configuration, then try to logout & re-login.
  3. If you have custom theme (non-rwd based, Magento version < 1.9) then copy the following files:
    app/design/frontend/default/default/layout/magepsycho_loginredirectpro.xml
    app/design/frontend/default/default/template/magepsycho/loginredirectpro/*
    app/design/frontend/default/default/layout/magepsycho_customerregfields.xml
    app/design/frontend/default/default/template/magepsycho/customerregfields/*
    to
    app/design/frontend/[your-interface]/[your-non-rwd-theme]/layout/magepsycho_loginredirectpro.xml
    app/design/frontend/[your-interface]/[your-non-rwd-theme]/template/magepsycho/loginredirectpro/*
    app/design/frontend/[your-interface]/[your-non-rwd-theme]/layout/magepsycho_customerregfields.xml
    app/design/frontend/[your-interface]/[your-non-rwd-theme]/template/magepsycho/customerregfields/*

    If you have custom theme (rwd based i.e. Magento version >= 1.9) then copy the following files:
    app/design/frontend/rwd/default/layout/magepsycho_loginredirectpro.xml
    app/design/frontend/rwd/default/template/magepsycho/loginredirectpro/*
    app/design/frontend/rwd/default/layout/magepsycho_customerregfields.xml
    app/design/frontend/rwd/default/template/magepsycho/customerregfields/*
    to
    app/design/frontend/[your-interface]/[your-rwd-theme]/layout/magepsycho_loginredirectpro.xml
    app/design/frontend/[your-interface]/[your-rwd-theme]/template/magepsycho/loginredirectpro/*
    app/design/frontend/[your-interface]/[your-rwd-theme]/layout/magepsycho_customerregfields.xml
    app/design/frontend/[your-interface]/[your-rwd-theme]/template/magepsycho/customerregfields/*

Changelog:

Check Above (Changelog Tab)

Live Demo:

View Backend Demo
View Frontend Demo

v2.0.0

released on 2016-03-05
  • changed Refined the code & admin GUI
  • changed Moved all login, logout, register, subscriber etc. based redirection to event-observer
  • added Added option to remove intermediate logout redirection page
  • fixed Fixed customer group wise redirection issue for logout
  • fixed Fixed the issue related to {{redirect_to}} variable
  • changed Moved customer group wise redirection, email template, success message etc. to tabular array for easier management
  • security Customer registration is compatible with security patch SUPEE-6788
  • changed Renamed the module as 'Custom Redirection Pro'

v1.5.0

released on 2014-01-03
  • changed Code Refinement
  • added Added version info
  • added Added locale translation
  • added Added custom variable {{redirect_to}} to redirect to the url mentioned in the query string param
  • added Added more variables like:
    {{ip}}
    {{country_code}}
    {{user_id}}
    {{user_group_id}}
    {{user_name}}
    {{user_email}}
  • fixed Removed dependency on Mage_Adminhtml_Block_System_Config_Form
  • added Added customer group wise new account/registration success message

v1.3.0

released on 2013-02-02
  • changed Code Refinement
  • added Added customer group selection feature during new account creation
  • added Added customer group wise new account email template
  • fixed Fixed redirection issue from onepage checkout login page

v1.1.0

released on 2011-10-29
  • changed Refined the code
  • added Added default custom logout url
  • added Added customer group wise custom logout url
  • added Added default new account redirection url
  • added Added customer group wise new account redirection url
  • added Added option for time delay during logout redirection
  • added Added option for custom message during logout redirection
  • added Added option to redirection to referer/previous page url using {{referer}} variable

v0.3.0

released on 2011-04-27
  • fixed Fixed the System > Configuration Form issue in 1.3.x version
  • fixed Fixed the CMS Page collection error in 1.3.x version

Generic

How can I pay for MagePsycho extensions?

We only support PayPal for now. The other means are under processing.

If I buy an extension, how would I get it?

After you make a purchase, the order will appear in the "My Orders" section of your personal account page.

As soon as the order status becomes completed the purchased extensions can be downloaded from "My Downloads" section.

How can I get the license key(s) for the purchased extension?

The license key(s) are sent along with the invoice email.
In case if you have't received any license key(s), please Contact Us with the order #.

Are your extensions open source or encrypted?

All of our extensions are developed on the open source platform.

Do you provide Magento customization service?

Yes, sure, we can help you with customization. Please, submit the Request Quote form.

Can I get a refund if an extension doesn’t suit me?

Absolutely. MagePsycho provides a 30-day money back guarantee. So feel free to purchase.

After 30 days from the date of purchase, the refund is not applied. You also cannot ask for a refund for the installation service or custom service.

If you are looking for a specific solution for your store, please Contact Us.

Can I request a free trial?

MagePsycho doesn’t provide any trials. But we have a 30 days money back guarantee.
But if you buy an extension and it doesn’t suit you in any way, you can request a refund with no risks on your side.
Moreover, most of our extensions have demos, where you can see how our modules work.

What is the license policy? On how many websites can I use MagePsycho extensions?

Our license allows you to use in a single domain but an unlimited number of sub-domains.
In the case of additional licenses, we do provide a good discount.

Will I get free support and updates?

You will get free lifetime updates for extensions purchased from us.
Write Your Own Review
Only registered users can write reviews. Please Sign in or create an account
You May Also Like