{{category.name}}
{{#if category.products}}
{{> components/category/product-listing}}
{{else}}
{{lang 'categories.no_products'}}
{{/if}}--- category: shop_by_price: true products: limit: {{theme_settings.categorypage_products_per_page}} --- {{inject "categoryProductsPerPage" theme_settings.categorypage_products_per_page}} {{#partial "head"}} {{#if pagination.category.previous}} {{/if}} {{#if pagination.category.next}} {{/if}} {{/partial}} {{#partial "page"}} {{> components/common/breadcrumbs breadcrumbs=breadcrumbs}}
{{lang 'categories.no_products'}}
{{/if}}