Hi,
When I use the same email to create different account, Magento would just reload the same page www.domainName.com/customer/account/create/.
it should be a warning message saying "There is already an account with this email address. If you are sure that it is your email address, <a href="%s">click here</a> to get your password and access your account.'"
I would like show this error message on my register.phtml
I tried to add :
<?php echo $this->getMessagesBlock()->toHtml() ?>
But I still don't have the message
Can you help me ?
Thanks
UP
Hi. I have the same issue. Did you solve it somehow? Thanks