- ACCUEIL
- list-collection
list-collection
NOS CATÉGORIES
{% render 'icon-theme-006' %}
{%- case section.settings.sort -%} {% when 'products_high' or 'products_low' %} {%- assign collections = collections | sort: 'all_products_count' -%} {% when 'date' or 'date_reversed' %} {%- assign collections = collections | sort: 'published_at' -%} {%- endcase -%} {%- if section.settings.sort == 'products_high' or section.settings.sort == 'date_reversed' or section.settings.sort == 'alphabetical_reversed' -%} {%- assign collections = collections | reverse -%} {%- endif -%} {%- for collection in collections -%}
{%- unless collection.handle == 'frontpage' -%} {%- assign matches_block = null -%} {%- for block in section.blocks -%} {%- if block.settings.for_collection == collection.handle -%} {%- assign matches_block = block -%} {%- break -%} {%- endif -%} {%- endfor -%} {%- if section.settings.display_type == 'selected' and matches_block == null -%} {%- continue -%} {%- endif -%} {%- assign image = matches_block.settings.image | default: collection.image | default: collection.products.first.images[0] -%} {%- assign url = matches_block.settings.url | default: collection.url -%} {%- assign text_line_1 = matches_block.settings.text_line_1 | default: collection.title -%} {%- if section.settings.uppercase_collection -%} {%- assign text_line_1 = text_line_1 | upcase -%} {%- endif -%} {% capture collection_info %}{{ 'list_collections.collection_info' | t: count: collection.products_count }}{% endcapture %} {%- assign text_line_2 = matches_block.settings.text_line_2 -%} {%- if section.settings.show_products_count and text_line_2 == blank -%} {%- assign text_line_2 = collection_info -%} {%- endif -%} {%- assign button_1 = matches_block.settings.button_1 -%}
{%- endfor -%} {% render 'promobox' with block: section image: image url: url text_line_1: text_line_1 text_line_2: text_line_2 button_1: button_1 style: section.settings.style %}
{%- endunless -%} {% render 'icon-theme-007' %}
- {% for product in collections.all.products limit: 12 %}
-