refactor: remove the active filters row

dev
Dinesh Salunke 2023-11-03 11:08:05 +05:30
parent 0b5afa1639
commit 127f3841b9
1 changed files with 0 additions and 6 deletions

View File

@ -38,12 +38,6 @@
{include file='catalog/_partials/products-top.tpl' listing=$listing} {include file='catalog/_partials/products-top.tpl' listing=$listing}
{/block} {/block}
{block name='product_list_active_filters'}
<div id="" class="hidden-sm-down">
{$listing.rendered_active_filters nofilter}
</div>
{/block}
{block name='product_list'} {block name='product_list'}
{include file='catalog/_partials/products.tpl' listing=$listing} {include file='catalog/_partials/products.tpl' listing=$listing}
{/block} {/block}