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