- {block name='facets_clearall_button'}
- {if $activeFilters|count}
-
+
{/if}
-
-{**
-
- {if !$facet.displayed}
- {continue}
- {/if}
-
-
- {$facet.label}
- {assign var=_expand_id value=10|mt_rand:100000}
- {assign var=_collapse value=true}
- {foreach from=$facet.filters item="filter"}
- {if $filter.active}{assign var=_collapse value=false}{/if}
- {/foreach}
-
-
-
{$facet.label}
-
-
-
-
-
-
-
-
- {if $facet.widgetType !== 'dropdown'}
- {block name='facet_item_other'}
-
- {/block}
-
- {else}
-
- {block name='facet_item_dropdown'}
-
- {/block}
- {/if}
-
-*}
diff --git a/templates/catalog/_partials/products-top.tpl b/templates/catalog/_partials/products-top.tpl
index eb74cfa..459b49b 100644
--- a/templates/catalog/_partials/products-top.tpl
+++ b/templates/catalog/_partials/products-top.tpl
@@ -23,6 +23,7 @@
* International Registered Trademark & Property of PrestaShop SA
*}
+
{if !empty($listing.rendered_facets)}
{include file='catalog/_partials/facets.tpl'}
{else}