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