diff --git a/public/typo3conf/ext/ep_products/Classes/Domain/Model/Dto/FilterOptions.php b/public/typo3conf/ext/ep_products/Classes/Domain/Model/Dto/FilterOptions.php index 7e9f05d8..1b95abaf 100644 --- a/public/typo3conf/ext/ep_products/Classes/Domain/Model/Dto/FilterOptions.php +++ b/public/typo3conf/ext/ep_products/Classes/Domain/Model/Dto/FilterOptions.php @@ -110,7 +110,7 @@ class FilterOptions implements \JsonSerializable { $this->pax = [ 0 => 'beliebig', - ...array_combine(range(1, 20), range(1, 20)) + ...array_combine(range(1, 24), range(1, 24)) ]; } diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html index 548951e6..e04aa5af 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Searchbar/Index.html @@ -106,21 +106,23 @@