{% if categoryList %} {% if showCategoriesFilter %} {% if typeCategoriesFilter == 'dropdown' %} {{ 'pixel.shop::component.cart.filter_by_category'|trans }} {% for category in categoryList if category.nest_depth == 0 %} {{ category.name }} {% if category.children|length > 0 %} {% for item in categoryList if item.parent.id == category.id %} {{ item.name }} {% endfor %} {% endif %} {% endfor %} {% else %} {% for category in categoryList %} {{ category.name }} {% endfor %} {% endif %} {% endif %} {% if showSearchBar %} {% endif %} {% endif %} {% for productGroup in __SELF__.products.chunk(4) %} {% for product in productGroup %} {% partial '@product' product=product %} {% endfor %} {% else %} {{ 'pixel.shop::component.cart.no_results'|trans }} {% endfor %} {{ products.render|raw }}