Magento 1.9 redirect customer after registration
问题 I would like to redirect all customers to a custom page after successful registration in Magento 1.9. I have tried many things. Firstly, I am successfully overriding the core customer account controller. I have attempted to customize the following actions: createPostAction _successProcessRegistration _welcomeCustomer By trying to set redirect url or by setting BeforeAuthUrl //$successUrl = $this->_getUrl('*/*/index', array('_secure' => true)); $successUrl = $this->_getUrl('*/*/success');