Monday, December 12, 2011

Redirecting the page In magento

If your are redirect in controller page use this code






 $this->_redirect('checkout/cart/');




id your redirecting other the controller like model, etc use this code




Mage::app()->getResponse()->setRedirect(Mage::getUrl("checkout/cart/"));

No comments:

Post a Comment