There are some limitations when using Shopify Liquid templating engine in RenderKu. Shopify's built-in liquid templating engine support a wide variety of filters. Unfortunately, many of these filters are closed source so RenderKu can only try to handpick the commonly used filters and emulate them with our own code.
Below are filters that we support.
{{ product | image_url }}
{{ product | img_url }}
{{ product.price | money }}
{{ product.price | money_with_currency }}
{{ product.price | money_without_currency }}
{{ product.price | money_without_trailing_zeros }}
{{ customer.default_address | format_address }}
format_code
{{ gift_card.code | format_code }}
What if a filter not supported?
If a filter used is not supported, it will be ignored in preview mode. You can still use the filter and it will be exported as usual, but RenderKu's editor won't be able to process it in our preview mode.
In another words, you can still use a filter that we don't support and it will be exported as usual.
Comments
0 comments
Article is closed for comments.