From 96777e24e3bdcab1b9b5c39351cb68f9c76ee577 Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 9 Oct 2014 13:49:29 +0200 Subject: [PATCH] FIX Message stack shopping cart info not showed when product action performed. --- catalog/shopping_cart.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/catalog/shopping_cart.php b/catalog/shopping_cart.php index ea9757e66..1d4d3d971 100644 --- a/catalog/shopping_cart.php +++ b/catalog/shopping_cart.php @@ -29,6 +29,10 @@ size('product_action') > 0) { + echo $messageStack->output('product_action'); + } + if ($_SESSION['cart']->count_contents() > 0) { ?>