diff --git a/src/app/frontend/views/page/changeWithSize.php b/src/app/frontend/views/page/changeWithSize.php index 8f140d1..8db47d4 100644 --- a/src/app/frontend/views/page/changeWithSize.php +++ b/src/app/frontend/views/page/changeWithSize.php @@ -16,7 +16,7 @@ if (isset($users_group_id) && $users_group_id == 37) { //discount $old_price = $data['price']; $data['price'] = $data['price']*(1-$discount/100); -$data['price'] = number_format($data['price'], 2, '.', ' '); +$data['price'] = number_format($data['price'], 1, '.', ' '); if ($discount == 0) { $data['html'] = '