Skip to product information
1 of 1
Published:2023.10.18

If you want to display variables in {% liquid 〜 %} in Shopify, use “echo”

If you want to display variables in {% liquid 〜 %} in Shopify, use “echo”

Applications

  • LIQUIDEdit
View full details

In Shopify themes, longer logic is written in {% liquid 〜 %} tags, but when writing code, there are times when you want to output the value of a variable to check the processing status. In such cases, since you cannot use the {{ }} tag within {% liquid 〜 %} you will need to use echo instead.



Related Post