$ cd ~/shopify-liquid && dropbyte init

Master Shopify Liquid
in 15 minutes_

Bite-sized lessons on theme customization, Liquid snippets, and advanced Shopify techniques.

4micro-courses
~60minutes total
100%hands-on code
$ dropbyte list --courses

What you'll build

Each micro-course is a focused, practical lesson. Read the code, understand the pattern, ship it to your store.

lesson-01.liquid
METAFIELDS
{% assign meta = product.metafields.custom %}
{% if meta.badge != blank %}
  <span class="badge">
    {{ meta.badge }}
  </span>
{% endif %}

Dynamic Product Metafields in Liquid

12 min● hands-on
lesson-02.liquid
COLLECTIONS
{% for product in collection.products %}
  {% if product.tags contains filter %}
    {% render 'product-card',
      product: product %}
  {% endif %}
{% endfor %}

Custom Collection Filtering with Liquid

15 min● hands-on
lesson-03.liquid
SCHEMAS
{% schema %}
{
  "name": "Custom Hero",
  "settings": [
    {
      "type": "image_picker",
      "id": "background"
    }
  ]
}
{% endschema %}

Building a Reusable Section Schema

18 min● hands-on
lesson-04.liquid
AJAX
fetch('/cart/add.js', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    id: variantId, quantity: 1
  })
})

Cart Drawer with AJAX and Liquid

20 min● hands-on
$ dropbyte checkout --plan=all-access

Get access to all micro-courses

One purchase. Every lesson. No subscriptions, no upsells.

$29

one-time payment · lifetime access

  • ✓All 4 micro-courses included
  • ✓Real-world Liquid code patterns
  • ✓Copy-paste ready snippets
  • ✓Future courses included free
Get Instant Access →

Secure checkout · Instant delivery