Sections reference

Collection

Displays collection products with Shopify facets, sorting, active filters, empty states, and pagination.

Available on
collection
Source file
sections/collection.liquid
Blocks
none
Merchant notes. Filters come from Shopify Search & Discovery. Empty and over-filtered states keep shoppers oriented instead of hiding controls. Auto-navigating to the shopper's remembered model's filter, and the model bar itself, only happen when Theme settings > Model shopping > "Enable iPhone model shopping" is on (off by default). See docs/model-shopping-flow.md. Swatch style controls how a Color/Colour/ Finish option with more than one value is drawn on each card - no swatch, a plain color chip, or the option value's swatch image. Quick add adds a card's default variant straight to the bag for products with one pickable option; for products with more than one option, all of them with more than one value, it opens a "Select options" picker instead (snippets/quick-view.liquid) since there's no single "default" variant to safely guess.

Settings

SettingTypeDetails
products_per_page
Products per page
range 3–57 step 3 · default: 24
columns_desktop
Desktop columns
range 2–5 step 1 · default: 3
enable_filtering
Enable filtering
checkbox default: true
show_model_bar
Show model bar
checkbox default: true
show_collection_image
Show collection image
checkbox default: false
show_vendor
Show vendor
checkbox default: false
swatch_style
Swatch style
select No swatch, Color swatch, Image swatch · default: color
show_quick_add
Show quick add
checkbox default: true
Products with a single pickable option add straight to the bag. Products with more than one option (each with more than one value) open a picker so the shopper chooses the right variant first.

Blocks

This section has no configurable blocks.

Depends on