From be04e8a10a3880a5551b61aa6c582142b045d2ce Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 21 Dec 2016 13:58:58 +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 a7411bc..038a601 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