From 651af250ff89e3cea04382fb48367ddcf36853d1 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 22 Dec 2016 14:58:21 +0200 Subject: [PATCH] price display item --- src/app/frontend/views/page/item.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/frontend/views/page/item.php b/src/app/frontend/views/page/item.php index 03bf837..8ab73a5 100644 --- a/src/app/frontend/views/page/item.php +++ b/src/app/frontend/views/page/item.php @@ -209,11 +209,11 @@ echo ''.number_format($item['price2']*(1-$discount['discount']/100), 2, '.', ' ').' грнUAH'; } else { - echo ''.number_format($item['price2'], 2, '.', ' ').' грнUAH'; + //echo ''.number_format($item['price2'], 2, '.', ' ').' грнUAH'; } } else { - echo ''.number_format($item['price2'], 2, '.', ' ').' грнUAH'; + //echo ''.number_format($item['price2'], 2, '.', ' ').' грнUAH'; } ?> -- libgit2 0.21.4