From f9bc84b43fa8d6f4a0223b2388dbc365e6a6761b Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 21 Dec 2016 14:34:00 +0200 Subject: [PATCH] products pick --- src/app/frontend/views/page/item.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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