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) { ?>