Magento Coding Solutions

How to redirect to previous page in magento


 previous page redirect
   return $this->_redirectReferer();

Redirect in same module
return $this->_redirect('*/*');

No comments:

Post a Comment