Showing of products
{{> components/category/sort-box}}
{{#if category.products}}
{{#if theme_settings.product_list_display_mode '===' 'grid'}} {{#if settings.data_tag_enabled}} {{> components/category/plp/product products=category.products show_compare=category.show_compare theme_settings=theme_settings event="list" }} {{else}} {{> components/category/plp/product products=category.products show_compare=category.show_compare theme_settings=theme_settings}} {{/if}} {{else}} {{#if settings.data_tag_enabled}} {{> components/category/plp/product products=category.products show_compare=category.show_compare theme_settings=theme_settings event="list" }} {{else}} {{> components/category/plp/product products=category.products show_compare=category.show_compare theme_settings=theme_settings}} {{/if}} {{/if}}
{{> components/common/paginator pagination.category}} {{else}}

{{lang 'categories.no_products'}}

{{/if}}