|
|
@@ -191,7 +191,6 @@ class ProductFamilySolver |
|
|
|
return false; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public function getProductCategoryChild(ProductFamilyInterface $productFamily, SectionInterface $section) |
|
|
|
{ |
|
|
|
$productCategories = $productFamily->getProductCategories(); |
|
|
@@ -205,7 +204,6 @@ class ProductFamilySolver |
|
|
|
return false; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public function isPropertyNoveltyOnline(ProductFamilyInterface $productFamily): ?bool |
|
|
|
{ |
|
|
|
if ($productFamily->getPropertyNoveltyExpirationDate()) { |
|
|
@@ -218,7 +216,6 @@ class ProductFamilySolver |
|
|
|
return false; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public function countProperties(ProductFamilyInterface $productFamily): bool |
|
|
|
{ |
|
|
|
$count = 0; |
|
|
@@ -239,7 +236,6 @@ class ProductFamilySolver |
|
|
|
return $count; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public function hasProductsWithVariousWeight(ProductFamilyInterface $productFamily) |
|
|
|
{ |
|
|
|
if ($productFamily->getActiveProducts()) { |
|
|
@@ -268,7 +264,6 @@ class ProductFamilySolver |
|
|
|
return false; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public function getProductsGroupByTitle(ProductFamilyInterface $productFamily): array |
|
|
|
{ |
|
|
|
$arrayProductsGroupByTitle = []; |
|
|
@@ -489,7 +484,6 @@ class ProductFamilySolver |
|
|
|
return false; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public function isCategoriesOnlineInSection(ProductFamilyInterface $productFamily, SectionInterface $section): bool |
|
|
|
{ |
|
|
|
$isCategoriesOnlineInSection = false; |