Migration to v2 - jerry-ey/shopify-theme-boilerplate GitHub Wiki
Steps
- Remove
{% section %}
tags - Move surrounding code into their own sections
- Replace the Liquid template with a JSON template
- Add in references to the sections into your new JSON template
Examples
/template/product.liquid
-
Remove
{% section %}
tags -
Move surrounding code into their own sections
/sections/product-bottom.liquid
-
Replace the Liquid template with a JSON template
-
Add in references to the sections into your new JSON template