From e00e2e9a35b7c6b262b4912903492c4b85bae1d1 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 30 Dec 2016 12:51:13 +0200 Subject: [PATCH] common --- src/app/frontend/views/partial/item_group.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/frontend/views/partial/item_group.php b/src/app/frontend/views/partial/item_group.php index 2260759..ede8ffd 100644 --- a/src/app/frontend/views/partial/item_group.php +++ b/src/app/frontend/views/partial/item_group.php @@ -41,12 +41,13 @@ echo ''.round($i['price']*(1-$discount['discount']/100), 1).' грн'; } else { - echo ''.round($i['price'], 1).'12 грн'; + echo ''.round($i['price'], 1).''.$i['id'].' грн'; } } else { echo ''.round($i['price'], 1).'3 грн'; } + var_dump($discount['group_ids']); ?>
-- libgit2 0.21.4