@@ -140,6 +140,12 @@ class SiteController extends ProducerBaseController | |||
]); | |||
$products = $queryProducts->all() ; | |||
foreach($dataProviderProductsByCategories as $dataProvider) { | |||
$products = array_merge( | |||
$products, | |||
$dataProvider->query->all() | |||
) ; | |||
} | |||
$hasProductPhoto = false ; | |||
$hasProductWeight = false ; |