diff --git a/cron.php b/cron.php index e1245154..758be34f 100644 --- a/cron.php +++ b/cron.php @@ -1,5 +1,8 @@ $product_description"; } - $product_price = number_format(floatval($row['product_price']),2); + $product_price = floatval($row['product_price']); $product_currency_code = nullable_htmlentities($row['product_currency_code']); $product_created_at = nullable_htmlentities($row['product_created_at']); $category_id = intval($row['category_id']);