From b79659ab96d2db13aa88a4b7f8a133c912a5d61b Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 21 Dec 2016 14:00:43 +0200 Subject: [PATCH] products pick --- 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 038a601..441a481 100644 --- a/src/app/frontend/views/partial/item_group.php +++ b/src/app/frontend/views/partial/item_group.php @@ -33,7 +33,7 @@
_("price_from") ?> - + 0 && $discount <= 100) { echo ''.$i['price'].' грн
'; echo ''.round($i['price']*(1-$discount/100), 1).' грн'; -- libgit2 0.21.4