Skip to content

Commit

Permalink
print global messages on checkout page
Browse files Browse the repository at this point in the history
  • Loading branch information
soppafisk committed Jul 18, 2018
1 parent 73ab237 commit 84a0015
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,9 @@ protected function _invalidateQuote($sveaOrder, $quote)
*/
protected function _renderSnippet($snippet)
{
$this->loadLayout();
$this->loadLayout()
->_initLayoutMessages('checkout/session')
->_initLayoutMessages('customer/session');

if ($headBlock = $this->getLayout()->getBlock('head')) {
$headBlock->setTitle(
Expand Down

0 comments on commit 84a0015

Please sign in to comment.