Issue 168 - Add Custom Filters to Your Collections

Learn to create XML/CSV feeds in Shopify, set multiple variant images, manage app scopes, add custom filters, build drawer components, use Tailwind CSS, and more in this web development guide.

Create XML or CSV Feed

Here's a trick to create XML or CSV feeds with no apps in Shopify using just a bit of basic Liquid.

By Philip Dematis

How to set multiple variant images in Shopify?

By default, Shopify only allows one image per variant in their product admin pages. This becomes problematic when you must show multiple images for each color or style variant of your products.

By Farid Movsumov

Managing Access scopes for Shopify Apps

Your app should ideally only request scopes which it is currently using. However, apps evolve, and sometimes, adding new features need access to new scopes for your app. Here are three strategies for handling this case.

By Shashank Kumar

Add Custom Filters to Your Collections

With Shopify making it increasingly less appealing to use tags for filters on the collection here's a tutorial on creating custom search & discovery filters with metaObjects

By Ross Allchorn

Build a (progressively enhanced) drawer component with Hotwire

In this tutorial, we’ll learn how to build a fully animated drawer component without using any JavaScript. Then, to increase its fidelity, we’ll leverage Hotwire.

By Steve Polito

Using Tailwind CSS v4 in a Liquid Shopify Theme

In this video we will see how to set up Tailwind CSS in a Liquid Shopify Theme. This will allow you to use Tailwind's utility classes across sections, blocks, snippets and other Theme files.

By Stacking Context

Add a variant fixed bundle

A variant fixed bundle is a bundle that's configured at the variant level. This guide shows you how to add a variant fixed bundle using the productVariantRelationshipBulkUpdate mutation.

By Shopify

LW Podcast 034 - Matthew Smith of Sections Pro on Shopify Theme Blocks

In this episode of the Liquid Weekly podcast Karl and Taylor welcome Matthew Smith, a Shopify developer and creator of the app Sections Pro. The conversation delves into Matt's journey into Shopify development, the challenges of balancing a full-time job with app development, and the exciting new features of Shopify's theme blocks.

By Liquid Weekly