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'));



No comments:

Post a Comment