diff --git a/config.xml b/config.xml index 5d175bbce..42d0d7da3 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_facetedsearch - + diff --git a/ps_facetedsearch.php b/ps_facetedsearch.php index cb80dc0b6..25a98880a 100644 --- a/ps_facetedsearch.php +++ b/ps_facetedsearch.php @@ -96,7 +96,7 @@ public function __construct() { $this->name = 'ps_facetedsearch'; $this->tab = 'front_office_features'; - $this->version = '3.16.0'; + $this->version = '3.16.1'; $this->author = 'PrestaShop'; $this->need_instance = 0; $this->bootstrap = true; diff --git a/views/templates/front/catalog/facets.tpl b/views/templates/front/catalog/facets.tpl index e49375724..2370b206d 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}