How can i Redirect customer to "Register" page if use email address and password is wrong?

Bhavin Vora

i am new in magento i want to redirect customer to "Register" page when customer click on log in button if user email address and password is not match Thank you

Reedz

You can overload the relevant controller which is app/code/core/Mage/Customer/controllers/AccountController.php

In order to do so, follow that guide : http://www.magentocommerce.com/wiki/5_-_modules_and_development/0_-_module_development_in_magento/how_to_overload_a_controller

Then, in your module's AccountController.php class, overload the loginPostAction() method and add the following line where relevant, to redirect the customer to the registration page :

$this->_redirect('*/*/create');

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I use root as my primary email address?

From Dev

How can i exclude my register page from Form Authentication Redirect to login page

From Dev

How to avoid warning when i use wrong password and email in login form of imap authorization?

From Dev

I want to extract all the characters before "@" symbol in an email address entered by customer in html page

From Dev

How can I be sure an email address is unique?

From Dev

How can I validate email address with jQuery?

From Dev

How can I force git to prompt me for the email address to use, if not set in the repo config?

From Dev

How can I fix my Outlook.com to use the right email address

From Dev

How can I position the page after a redirect?

From Dev

When I register a user, there is no password field on the page

From Dev

Laravel 5.2 redirect if the user entered wrong Email or password

From Dev

How can I use google cloud platform as a private customer?

From Dev

How can I validate an email address in CakePHP 1.3?

From Dev

How can I change my email address on launchpad?

From Dev

How can I print email address using Selenium Python

From Dev

How can I change my email address on launchpad?

From Dev

How can I test an email address to see if it is valid

From Dev

How can I linkify an email address with the iTextSharp Anchor class?

From Dev

How can I send an email address and current url

From Dev

How can I write an email address inside a table cell with JavaScript?

From Dev

How can I change the header of WordPress 'retrieve_password' email?

From Dev

Login Activity - How can I send email to user if they forgot password?

From Dev

How can I use htaccess redirect rules?

From Dev

How can I get the Register form on the front page in Drupal 8?

From Dev

How can hide the email address

From Dev

How can I send email to customer when recurring payment fails on Stripe?

From Dev

Page not found(404) error if reset password email link is wrong in django

From Dev

Why can't I use my @ubuntu.com mail address to register an Ubuntu One account?

From Dev

Unable to redirect to register page

Related Related

  1. 1

    How can I use root as my primary email address?

  2. 2

    How can i exclude my register page from Form Authentication Redirect to login page

  3. 3

    How to avoid warning when i use wrong password and email in login form of imap authorization?

  4. 4

    I want to extract all the characters before "@" symbol in an email address entered by customer in html page

  5. 5

    How can I be sure an email address is unique?

  6. 6

    How can I validate email address with jQuery?

  7. 7

    How can I force git to prompt me for the email address to use, if not set in the repo config?

  8. 8

    How can I fix my Outlook.com to use the right email address

  9. 9

    How can I position the page after a redirect?

  10. 10

    When I register a user, there is no password field on the page

  11. 11

    Laravel 5.2 redirect if the user entered wrong Email or password

  12. 12

    How can I use google cloud platform as a private customer?

  13. 13

    How can I validate an email address in CakePHP 1.3?

  14. 14

    How can I change my email address on launchpad?

  15. 15

    How can I print email address using Selenium Python

  16. 16

    How can I change my email address on launchpad?

  17. 17

    How can I test an email address to see if it is valid

  18. 18

    How can I linkify an email address with the iTextSharp Anchor class?

  19. 19

    How can I send an email address and current url

  20. 20

    How can I write an email address inside a table cell with JavaScript?

  21. 21

    How can I change the header of WordPress 'retrieve_password' email?

  22. 22

    Login Activity - How can I send email to user if they forgot password?

  23. 23

    How can I use htaccess redirect rules?

  24. 24

    How can I get the Register form on the front page in Drupal 8?

  25. 25

    How can hide the email address

  26. 26

    How can I send email to customer when recurring payment fails on Stripe?

  27. 27

    Page not found(404) error if reset password email link is wrong in django

  28. 28

    Why can't I use my @ubuntu.com mail address to register an Ubuntu One account?

  29. 29

    Unable to redirect to register page

HotTag

Archive