From d870bcb3d25ee8bdf453f5c9a1243e7a4b0ee25d Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Wed, 2 Aug 2023 14:27:15 +0000 Subject: [PATCH] Added `data-type` to distinguish facet --- views/templates/front/catalog/facets.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/templates/front/catalog/facets.tpl b/views/templates/front/catalog/facets.tpl index 0cd75405f..e49375724 100644 --- a/views/templates/front/catalog/facets.tpl +++ b/views/templates/front/catalog/facets.tpl @@ -34,7 +34,7 @@ {/block} {foreach from=$displayedFacets item="facet"} -
+

{$facet.label}

{assign var=_expand_id value=10|mt_rand:100000} {assign var=_collapse value=true}