removed layered navigation in searchproducts page
This commit is contained in:
parent
d439077228
commit
9361e9e77f
|
|
@ -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'})">
|
||||
|
|
|
|||
Loading…
Reference in New Issue