include snippet shopify
First, add your snippet file to the 'snippets' directory, then
you can include the snippet into other files by using:
{% include 'snippet-file-name' %}
For example, if your snippet file is located here:
/snippets/my-snippet-file.liquid then you would include
it like this:
{% include 'my-snippet-file' %}