Skip to content

Instantly share code, notes, and snippets.

@liamgriffin
Created July 29, 2021 07:57
Show Gist options
  • Save liamgriffin/49aac501a3744114deb2a92df6c1d8aa to your computer and use it in GitHub Desktop.
Save liamgriffin/49aac501a3744114deb2a92df6c1d8aa to your computer and use it in GitHub Desktop.
How to Create Your First Shopify Theme Section | Product JSON Template with addition section
{
"name": "Product",
"sections": {
"main": {
"type": "product-template"
},
"recommendations": {
"type": "product-recommendations"
}
},
"order": [
"main",
"recommendations"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment