{"id":620,"date":"2012-12-16T10:50:02","date_gmt":"2012-12-16T10:50:02","guid":{"rendered":"http:\/\/techblog.vifashion.vn\/?p=90"},"modified":"2012-12-16T10:50:02","modified_gmt":"2012-12-16T10:50:02","slug":"redirect-magento-with-global-messages","status":"publish","type":"post","link":"http:\/\/ndthanh.com\/redirect-magento-with-global-messages\/","title":{"rendered":"Redirect Magento with global messages"},"content":{"rendered":"
Open the controller that contains your logic, put these lines at terminate point of your code:<\/p>\n
\n\nMage::getSingleton('core\/session')->addError('your message goes here');\n\n$this->_redirect('redirect location');\n\nreturn;\n\n<\/pre>\nAbove example will redirect and dispay an Error message, you can also display other type of message with the following methods from singleton Core\/session<\/p>\n
Redirecting to a specific route and display a global message may be one importance part for your custom logic. I’ll show you how to do it with several lines of code.<\/p>\n","protected":false},"author":1,"featured_media":91,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[44,60,45],"tags":[59,51],"aioseo_notices":[],"views":5,"_links":{"self":[{"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/posts\/620"}],"collection":[{"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/comments?post=620"}],"version-history":[{"count":0,"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/posts\/620\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/ndthanh.com\/wp-json\/"}],"wp:attachment":[{"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/media?parent=620"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/categories?post=620"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/tags?post=620"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}