Other Liquid Tags
Use li-tag
to wrap a string within a Liquid tag {% ... %}
, ideal for assigning, incrementing, decrementing or capturing a variable.
li-tag = assign product_title = product.title | upcase
{% assign product_title = product.title | upcase %}
Last updated
Was this helpful?