@lottie
To comment code in Shopify, you can simply include "//" at the beginning of the line for single-line comments or use "/* */" for multi-line comments.
Here are some examples:
// This is a single-line comment
/* This is a multi-line comment */
It is important to write clear and concise comments to explain the purpose of your code to other developers or yourself in the future.