Showing posts with label Page Redirection From Module. Show all posts
Showing posts with label Page Redirection From Module. Show all posts

Tuesday, 25 June 2013

Magento - Page Redirection From Module

- If we need to redirect from module we have to using the following code,

- It will used to redirect to the desired page or another module action


Mage::app()->getResponse()->setRedirect(Mage::getUrl('Desired path/URL'));