diff --git a/src/app/frontend/views/page/item.php b/src/app/frontend/views/page/item.php index 9a8736b..b0005ce 100644 --- a/src/app/frontend/views/page/item.php +++ b/src/app/frontend/views/page/item.php @@ -204,7 +204,7 @@
  • 0 && $discount['discount'] <= 100 && in_array($item['id'], $discount['group_ids'])) { - echo '

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

    '.number_format($item['price2']*(1-$discount['discount']/100), 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'; } -- libgit2 0.21.4