diff --git a/install/import.php b/install/import.php index ab1cba486..a2eae1f4f 100644 --- a/install/import.php +++ b/install/import.php @@ -159,7 +159,7 @@ function createProduct($faker, $categories, $template, $attribute, $feature, $co } $stock->setNewness($faker->randomNumber(0,1)); - $stock->setWeight($faker->randomFloat(2, 100,10000)); + $stock->setWeight($faker->randomFloat(2, 1,30)); $stock->save($con); $productPrice = new \Thelia\Model\ProductPrice();