From a1da89b0a1fda10022b54dab25baee3d8376ab63 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 19 Jan 2017 12:52:26 +0200 Subject: [PATCH] item_group view --- src/app/frontend/views/partial/item_group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/frontend/views/partial/item_group.php b/src/app/frontend/views/partial/item_group.php index 9e7ce66..bbb2860 100644 --- a/src/app/frontend/views/partial/item_group.php +++ b/src/app/frontend/views/partial/item_group.php @@ -38,7 +38,7 @@ if(isset($users_group_id) && $users_group_id == '37') { $i['price'] = round($i['price']*0.95, 1); } - // скидка + //discount if (!empty($discount)) { if ($discount['discount'] > 0 && $discount['discount'] <= 100 && in_array($i['id'], $discount['group_ids'])) { echo ''.$i['price'].' грн
'; -- libgit2 0.21.4