diff --git a/Model/Catalog/Layer/Url/Strategy/PathSlugStrategy.php b/Model/Catalog/Layer/Url/Strategy/PathSlugStrategy.php index 8f9c0dd2..1d3633c5 100644 --- a/Model/Catalog/Layer/Url/Strategy/PathSlugStrategy.php +++ b/Model/Catalog/Layer/Url/Strategy/PathSlugStrategy.php @@ -549,9 +549,8 @@ public function getCategoryFilterSelectUrl( the currently selected filters. */ $filterSlugPath = $this->buildFilterSlugPath($this->getActiveFilters()); - if (!empty($filterSlugPath)) { - $url.= '/' . trim($filterSlugPath, '/'); - } + + $url.= '/' . trim($filterSlugPath, '/'); /* We explode the url so that we can capture its parts and find the double values in order to remove them.