Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
{% for block in section.blocks %}
<div class="row">
{% assign evens = forloop.index | modulo: 2 %}
{%if evens == 1 %}
<div class="column half right-section">
{%if block.settings.image %}
<img src="{{ block.settings.image | img_url: 'original' }}">
{%endif%}
</div>
<div class="column half left-section">
{% if block.settings.title %}
<h1>{{ block.settings.title | escape }}</h1>
{% endif %}
<div class="section-caption">{{ block.settings.content }}</div>
</div>
{% else %}
<div class="column half left-section">
{%if block.settings.image %}
<img src="{{ block.settings.image | img_url: 'original' }}">
{%endif%}
</div>
<div class="column half right-section">
{% if block.settings.title %}
<h1>{{ block.settings.title | escape }}</h1>
{% endif %}
<div class="section-caption">{{ block.settings.content }}</div>
</div>
{% endif %}
</div>
{% endfor %}
{% capture image %}
<div>
image
</div>
{% endcapture %}
{% if section.settings.optionid == 'image_first' %}
{{ image }}
{% endif %}
<div >text</div>
{% unless section.settings.optionid == 'image_first' %}
{{ image }}
{% endunless %}
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025