Nathan Skinner
Nathan Skinner
The Liquid date filter is returning an error of ScriptRuntimeException: (100,23) : error : Invalid number of parameters `2` for `date` object/function. Example: {{ "March 14, 2016" | date: "%b...
Reporting a possible bug. I've found that multiple includes in the same file inherit variables if they share the same variable name in the include file. For example: {% include...
FYI, Shopify recently deprecated Liquid's include tag in favor of a render tag with more predictable variable inheritance: https://help.shopify.com/en/themes/liquid/tags/deprecated-tags
We use a three field style Date of Birth pattern with a month select, day input, and year input. I have a Javascript function to validate the age > 5...