diff --git a/src/app/frontend/views/page/item.php b/src/app/frontend/views/page/item.php
index bd15fed..cf55b3a 100644
--- a/src/app/frontend/views/page/item.php
+++ b/src/app/frontend/views/page/item.php
@@ -204,10 +204,7 @@
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';
+ echo '' . number_format($item['price2'], 2, '.', ' ') . ' грнUAH';
} else {
echo '' . number_format($item['price2'], 2, '.', ' ') . ' грнUAH';
}
--
libgit2 0.21.4