forked from PrestaShop/hummingbird
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathps_facetedsearch.tpl
More file actions
22 lines (20 loc) · 828 Bytes
/
ps_facetedsearch.tpl
File metadata and controls
22 lines (20 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{**
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*}
{if isset($listing.rendered_facets)}
<div id="search_filters_wrapper" class="d-none d-md-block">
<div id="_desktop_faceted">
{$listing.rendered_facets nofilter}
</div>
</div>
<div class="offcanvas offcanvas-start" tabindex="-1" id="offcanvas-faceted" aria-labelledby="faceted-offcanvas-label">
<div class="offcanvas-header">
<p class="fifth-title offcanvas-title" id="faceted-offcanvas-label">{l s='Filter By' d='Shop.Theme.Actions'}</p>
<button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<div id="_mobile_faceted"></div>
</div>
</div>
{/if}