Is there a resource that explains, or maybe shows examples, of the different types of Liquid categories? For example, if I needed to edit code how would I know in what category of Liquid files to look for?
Yes, there are resources available that can help you understand the different categories of Liquid files in Shopify and guide you on where to find specific code to edit. Here are a few resources that can assist you:
-
Shopify Liquid documentation: The official Shopify Liquid documentation is a comprehensive resource that provides an overview of Liquid and its different categories. It explains the purpose of each category and provides examples of the most commonly used Liquid files. You can access the documentation at: https://shopify.dev/docs/themes Liquid documentation.
-
Shopify Theme File Structure: Shopify themes have a specific file structure that organizes the different Liquid files into categories. Understanding this structure can help you locate the appropriate files to edit. Shopify’s theme file structure documentation provides a breakdown of the different directories and file categories. You can find it here: https://shopify.dev/docs/themes/files.