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