Month: May 2016

Magento Redirect in Controller with Parameters

Magento controllers come built in with a _redirect() function that gives you the option to add parameters. This includes GET parameters and Magento’s path parameters. This is the basic syntax: $this->_redirect($url,$paramsArray); The $url parameter is the magento url where you would like to redirect to. The $paramsArray is an array that contains the parameters you […]