Migration to v2 - jerry-ey/shopify-theme-boilerplate GitHub Wiki

Steps

  1. Remove {% section %} tags
  2. Move surrounding code into their own sections
  3. Replace the Liquid template with a JSON template
  4. Add in references to the sections into your new JSON template

Examples

/template/product.liquid CleanShot 2024-12-17 at 07 51 32@2x

  1. Remove {% section %} tags CleanShot 2024-12-17 at 07 54 26@2x

  2. Move surrounding code into their own sections /sections/product-bottom.liquid CleanShot 2024-12-17 at 07 54 26@2x

  3. Replace the Liquid template with a JSON template CleanShot 2024-12-17 at 08 01 14@2x

  4. Add in references to the sections into your new JSON template CleanShot 2024-12-17 at 08 01 59@2x

Ref