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