liquid icon indicating copy to clipboard operation
liquid copied to clipboard

Liquid markup language. Safe, customer facing template language for flexible web apps.

Results 289 liquid issues
Sort by recently updated
recently updated
newest added

We have HTML inside an order attribute we'd like to output in a Liquid template in Shopify - specifically it's in `order.attributes`. Just doing e.g. `{{ order.attributes.myHtmlVariable }}` is escaped...

Noting that [documentation](https://shopify.github.io/liquid/tags/iteration/#cycle) for the `cycle` tag only mentions cycling through lists of strings, and [existing integration tests](https://github.com/Shopify/liquid/blob/3de1db3c3a04f413897a7d0a879842143650500b/test/integration/tags/standard_tag_test.rb#L259) cover cycling through lists of integers, is the behaviour demonstrated by the...

BreaksCompatibility

### For German law, i need a required CheckBox in the purchase process. But when I add this code, the checkbox is still optional. Maybe you guys can help :)...

This pull request fixes #1519 by offering an alternative method for generating context keys for the `cycle` tag when using "simple syntax". Rather than using a string representation of objects...

cla-needed

We would like to add support to the render tag so that it can render externally specified blocks by passing in the block object to the render tag. For example,...

Hello, I would like to add custom information for customer : size / weight / ... This information can be modified by the customer. I found metafield object to create...

It is stated [here](https://support.learnworlds.com/support/solutions/articles/12000075682-custom-code) that LearnWorlds, a very mature and popular CMS for learning platforms, uses liquid for the embedded code. It could be added to "Who uses liquid?" Section...

# Situation I am in an unusual situation in that i am wanting to use liquid to wrap my markup in a html element and keep the raw markup inside;...

So {%- schema -%} can get very bloated and hard to read, even with proper "id"s and since it's just JSON there is no native possibility to comment it. Therefor...