getRequest()->getParam('store'); if ($storeId) { $this->_session->setStoreId($storeId); } $this->getResponse()->setRedirect($this->_redirect->getRedirectUrl($this->getUrl('*'))); } }