Explore all blogs
for loop, cycle and tablerow Iteration Tags in Shopify Liquid
Iteration tags repeatedly run blocks of code. It renders an expression for every item in an array. Read more about for loop tag, cycle tag, tablerow tag, and its properties.
if, unless, elsif/else and case/when Conditional Tags in Shopify Liquid
Control Flow or Conditional Tags determines what content should be rendered based on given conditions. if, unless, elsif/else, case/when are conditional tags.
layout, render and section Theme Tags in Shopify Liquid
Theme tags allow us to select different theme layouts to use for different pages, and create sections or snippets that can be reusable in different templates. layout, render and section are theme tags.
New Sections Not Showing Up in Shopify Theme Customizer! How to Fix
The newly created section shows on the Shopify theme customizer only if we set presets in the schema. Learn how to set preset in the Shopify section schema.
Work With Images in Shopify - Get Image CDN URL, Theme Assets URL, And Get Image Tag
When we work with images in Shopify, We have to get the image CDN URL from Shopify objects, get the theme assets URL for the theme images, or generate an HTML image tag from the image URL. Explains how to work with images in Shopify.