From 9b039a52d8ef5575bc183ddd12aa5ff94cc253d4 Mon Sep 17 00:00:00 2001 From: Tejas Chari Date: Wed, 22 Nov 2023 15:27:21 +0530 Subject: [PATCH] chore: removed commented code in templates --- templates/catalog/_partials/facets.tpl | 72 -------------------- templates/catalog/_partials/products-top.tpl | 15 ---- 2 files changed, 87 deletions(-) diff --git a/templates/catalog/_partials/facets.tpl b/templates/catalog/_partials/facets.tpl index 9df3071..3093768 100644 --- a/templates/catalog/_partials/facets.tpl +++ b/templates/catalog/_partials/facets.tpl @@ -98,75 +98,3 @@ {/foreach} {/if} - - - {* -{if $facets|count} - -{/if} -*} diff --git a/templates/catalog/_partials/products-top.tpl b/templates/catalog/_partials/products-top.tpl index a003bf7..075e4af 100644 --- a/templates/catalog/_partials/products-top.tpl +++ b/templates/catalog/_partials/products-top.tpl @@ -67,18 +67,3 @@ - - -{* -
- - {if !empty($listing.rendered_facets)} - {include file='catalog/_partials/facets.tpl'} - {else} -
- {/if} - {block name='sort_by'} - {include file='catalog/_partials/sort-orders.tpl' sort_orders=$listing.sort_orders} - {/block} -
-*}