diff --git a/web/typo3conf/ext/ep_products/Classes/Service/ProductService.php b/web/typo3conf/ext/ep_products/Classes/Service/ProductService.php index 7d3058c8..f19a97ae 100644 --- a/web/typo3conf/ext/ep_products/Classes/Service/ProductService.php +++ b/web/typo3conf/ext/ep_products/Classes/Service/ProductService.php @@ -140,7 +140,7 @@ class ProductService implements SingletonInterface $teaser['minPrice'] = $row['minPrice']; } - if ($teaser['hotelUid'] !== $row['hotelUid']) { + if ($teaser['hotel']['uid'] !== $row['hotelUid']) { $teaser['hotelCount']++; } } @@ -166,7 +166,7 @@ class ProductService implements SingletonInterface 'minDateStart' => null, 'maxDateEnd' => null, 'minPrice' => null, - 'hotelCount' => 0, + 'hotelCount' => 1, 'pseudoPrice' => $teaserData['pseudoPrice'], 'board' => $teaserData['board'], 'earlybird' => $teaserData['earlybird'],