Other Liquid Tags

Use li-tag to wrap a string within a Liquid tag {% ... %}, ideal for assigning, incrementing, decrementing or capturing a variable.

Webflow
li-tag = assign product_title = product.title | upcase
Shopify
{% assign product_title = product.title | upcase %}

Last updated

Was this helpful?