diff --git a/src/app/frontend/views/page/item.php b/src/app/frontend/views/page/item.php
index b0005ce..5163229 100644
--- a/src/app/frontend/views/page/item.php
+++ b/src/app/frontend/views/page/item.php
@@ -202,13 +202,7 @@
= $t->_("price")?>
-
- 0 && $discount['discount'] <= 100 && in_array($item['id'], $discount['group_ids'])) {
- echo ''.number_format($item['price2'], 2, '.', ' ').''.number_format($item['price2']*(1-$discount['discount']/100), 2, '.', ' ').' грнUAH';
- } else {
- echo ''.number_format($item['price2'], 2, '.', ' ').' грнUAH';
- }
- ?>
+ = number_format($item['price2'], 2, '.', ' '); ?> грнUAH
5
31
--
libgit2 0.21.4