magentohttp-redirect

Magento How to redirect to homepage after register


I'm creating an ecommerce website using magento. Currently if a new user registers the url is redirecting to my account page. I want to show homepage once a new user registers my site.

Guide me to do this.

Thanks in advance


Solution

  • Open the Account Controller and add the code $successUrl = Mage::getBaseUrl(); before the line return $successUrl; in the function _welcomeCustomer()