diff --git a/src/app/frontend/views/page/item.php b/src/app/frontend/views/page/item.php index cf55b3a..9a8736b 100644 --- a/src/app/frontend/views/page/item.php +++ b/src/app/frontend/views/page/item.php @@ -204,12 +204,11 @@
  • 0 && $discount['discount'] <= 100 && in_array($item['id'], $discount['group_ids'])) { - echo '' . number_format($item['price2'], 2, '.', ' ') . ' грнUAH'; + echo '

    '.number_format($item['price2'], 2, '.', ' ').'

    '.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'; } ?> - грнUAH
    5 31 -- libgit2 0.21.4