liquid
liquid copied to clipboard
Liquid markup language. Safe, customer facing template language for flexible web apps.
When form submissions are interrupted by reCAPTCHA, the form `#id` is removed from the success URL. Since the `#id` is removed, the page doesn't jump down to see the success...
filter_value.url_to_add it's definitely not working as I'd expect from reading the doc: https://shopify.dev/api/liquid/objects/filter-value#filter_value-url_to_add When I use it's not returning me the current page URL with the filter value parameter added,...
I have a "URL" type Metafield, which according to the documentation should return a string. However, it does not appear to do so: {%- if collection.metafields.url.link contains 'http' -%} Will...
This is only related to the Shopify variation The logic for this is counterproductive and should not be enforced when leveraging the `| json` filter. Please consider making quotation wrapping...
So I have some data which is a string, I'm passing it into a section with the following method: ``` {%- liquid assign myData = 'data],[data],[data' capture header section 'header'...
If I do: `Liquid::Template.parse("{{ '{}' }}")` I get `Liquid::SyntaxError: Liquid syntax error: Variable '{{ '{}' was not properly terminated with regexp: /\}\}/` which is not correct. Tested on version 5.1.0.
Just a minor priority feature-request, but nonetheless nice to have: Imagine this common scenario: There is a basic layout file in jekyll like this: ``` Some Title {{ content }}...
# i want show the meta field data based on active variant only. i can get the variants id [https://shopify.dev/api/liquid/objects/variant?shpxid=e237008e-6097-4B11-053E-38CA2395805F#variant-id](https://shopify.dev/api/liquid/objects/variant?shpxid=e237008e-6097-4B11-053E-38CA2395805F#variant-id) as same metafiled shoud be return the variant id on...
Hi, Is there any way to pass a timezone option to the `render` method ? Unfortunately i have organizations with different timezones, and i had like to have `date` works...
## Feature Request Adding a `notcontains` operator to liquid would go a long way towards eliminating needless nested logic in liquid templates. As it stands, any time you need to...