@@ -106,9 +106,11 @@ class ProductFamilyResolver | |||
if($orderShop) { | |||
foreach ($products as $product) { | |||
if ($this->orderShopSolver->isProductAvailable($orderShop->getSection(), $orderShop, $product, 1, true)) { | |||
return $product; | |||
} | |||
return $product; | |||
// Retourner le produit en fonction de sa disponibilité | |||
// if ($this->orderShopSolver->isProductAvailable($orderShop->getSection(), $orderShop, $product, 1, true)) | |||
} | |||
} | |||