testys2
{% for block in section.blocks %}
{% comment %} *** Categories ... *** {% endcomment %}
{% if block.type == 'categories' %}
{% endif %}
{% if current_tags and forloop.first %}
{% endif %}
{% comment %} *** Filters BY ... *** {% endcomment %}
{% if block.type == 'filter_by' %}
{% endif %}
{% comment %} *** Filters BY Color *** {% endcomment %}
{% if block.type == 'by_color' %}
{% endif %}
{% comment %} *** Product Slider *** {% endcomment %}
{% if block.type == 'products' %}
{% endif %}
{% comment %} *** Image Banner *** {% endcomment %}
{% if block.type == 'image_bnr' %}
{% endif %}
{% endfor %}
{{block.settings.title}}
- {% for link in linklists[block.settings.side_categories].links %}{% include 'mm-links' %}{% endfor %}
{{'collections.filters.by' | t}}
{% for tag in current_tags %}{{tag}}{% endfor %}
{{block.settings.title}}
{% assign tags = block.settings.filter_tags | split: ',' %}
-
{% for filter_t in tags %}
{% assign tag = filter_t | strip %}
{% assign tag_value = tag | handleize %}
{% assign filtertag = forloop.index | minus:1 %}
{% assign filtertagid = 2 | times : filtertag %}
{% if collection.tags contains tag %}
- {% endif %} {% endfor %}
{{block.settings.title}}
{% assign tags = block.settings.filter_tags | split: ',' %}
-
{% for filter_t in tags %}
{% assign tag = filter_t | strip %}
{% assign tag_value = tag | handleize %}
{% assign filtertag = forloop.index | minus:1 %}
{% assign filtertagid = 2 | times : filtertag %}
{% if collection.tags contains tag %}
- {% endif %} {% endfor %}
{{block.settings.title}}
{% if block.settings.sidebar_products != blank %}
{% else %}
{% if block.settings.side_prod_opt == "slider" %}
{%- assign image_size = '250x' -%}
{% else %}
{%- assign image_size = '100x' -%}
{% endif %}
{% for product in collections[block.settings.sidebar_products].products limit:block.settings.num_of_products %}
{% if block.settings.side_all_products %}
{% endif %}
{% include 'product-card-grid', grid_image_width: image_size %}
{% endfor %}
Please select collection from store admin > customize > Collection page > sidebar
{% endif %}
{% if block.settings.side_bnr_link != blank %}
{% endif %}
{% if block.settings.side_bnr_img != blank %}
{{ block.settings.side_bnr_img | img_url: '300x' | img_tag }}
{% else %}
{% capture current %}{% cycle 1, 2, 3, 4, 5, 6 %}{% endcapture %}
{{ 'product-' | append: current | placeholder_svg_tag: 'placeholder-svg' }}
{% endif %}
{% if block.settings.side_bnr_link != blank %}
{% endif %}
{% endif %}
{% comment %} *** Static Text Block *** {% endcomment %}
{% if block.type == 'static_text' %}
{{block.settings.title}}
{% if block.settings.text != blank %}
{{ block.settings.text }}
{% else %}
Please select collection from store admin > customize > Collection page > sidebar
{% endif %}