Use the code below to redirect to any page from a Magento template (phtml) file. In this case, it is a redirect to the home page.
1 |
Mage::app()->getFrontController()->getResponse()->setRedirect(Mage::getBaseUrl()); |
Use the code below to redirect to any page from a Magento template (phtml) file. In this case, it is a redirect to the home page.
1 |
Mage::app()->getFrontController()->getResponse()->setRedirect(Mage::getBaseUrl()); |