Browse Source

Merge branch 'dev'

prodstable
Guillaume 3 years ago
parent
commit
c6b4e39011
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      producer/controllers/SiteController.php

+ 6
- 0
producer/controllers/SiteController.php View File

@@ -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 ;

Loading…
Cancel
Save