Miscellaneous
During development, we identified several ways to enhance the capabilities of the process. Therefore, we implemented the following tags.
li-attribute
li-attribute:class = {% if product.available %} tex-color-green {% endif %}<div class ="{% if product.available %}tex-color-green{% endif %}"></div>li-attribute:id = {{ product.id }}<div id="{{ product.id }}"></div>li-liquid
li-paginate
li-paginate = collection.products
li-paginate:by = 25{% paginate collection.products by 50 %} //children of your element {% endpaginate %}li-cloak
Last updated
Was this helpful?