removed layered navigation in searchproducts page

This commit is contained in:
Shubham Mehrotra 2020-04-24 15:26:20 +05:30
parent d439077228
commit 9361e9e77f
1 changed files with 3 additions and 1 deletions

View File

@ -101,7 +101,9 @@
</span>
</div>
@include ('shop::products.list.layered-navigation')
@if (request()->route()->getName() != 'velocity.search.index')
@include ('shop::products.list.layered-navigation')
@endif
</div>
<div class="col-4" @click="toggleLayeredNavigation({event: $event, actionType: 'open'})">