From 2c937230bf2b08f9aded56bc29d58be3566ad2bb Mon Sep 17 00:00:00 2001 From: Tejas Chari Date: Wed, 8 Nov 2023 13:22:53 +0530 Subject: [PATCH] chore: updated the template files to add the accordion --- templates/catalog/_partials/facets.tpl | 9 +++++---- templates/catalog/_partials/products-top.tpl | 9 +++++---- templates/catalog/_partials/sort-orders.tpl | 12 +++++++----- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/templates/catalog/_partials/facets.tpl b/templates/catalog/_partials/facets.tpl index c414b71..337d1a0 100644 --- a/templates/catalog/_partials/facets.tpl +++ b/templates/catalog/_partials/facets.tpl @@ -24,7 +24,7 @@ *} {if $facets|count}
-
+ +
{foreach from=$facets item="facet"} {if !$facet.displayed} {continue} {/if} {if $facet.widgetType === 'dropdown'} -
+

-

-