Skip to content

Commit

Permalink
Update ps_facetedsearch.php
Browse files Browse the repository at this point in the history
The fixed filters are 7 and not 6, and they are as follows:
1. Sub-categories filter
2. Product stock filter
3. Product extras filter
4. Product condition filter
5. Product brand filter
6. Product weight filter (slider)
7. Product price filter (slider)
  • Loading branch information
Codencode committed Dec 19, 2024
1 parent ac2cad7 commit 0bb6a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ps_facetedsearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ public function renderAdminTemplateEdit($template = null)
'attribute_groups' => $attributeGroups,
'features' => $features,
'filters' => $filters,
'total_filters' => 6 + count($attributeGroups) + count($features),
'total_filters' => 7 + count($attributeGroups) + count($features),
'default_filters' => $this->getDefaultFilters(),
'categories_tree' => $treeCategoriesHelper->render(),
'controller_options' => $controller_options,
Expand Down

0 comments on commit 0bb6a7d

Please sign in to comment.