How to add comment in shopify
Using comment and endcomment tag you can add any one line multiple lines comments in Shopify code. below is the example:
{% comment %}
This is the comment in shopify
and this will not execute by shopify server because this is comment.
{% endcomment %}
{% comment %}
This is the comment in shopify
and this will not execute by shopify server because this is comment.
{% endcomment %}
This comment has been removed by a blog administrator.
ReplyDelete