Category
{% assign items = "Games,Clothing,Jewelery,Toys" | split: "," %}
{% for item in items %} {{ item }} {{ forloop.index | random_number: 11, 200 }} {% endfor %}
Rating
{% assign items = "5 stars,4 stars,3 stars,2 and less stars" | split: "," %}
{% for item in items %} {% endfor %}
Tags
{% assign items = "business,evening,leisure,party" | split: "," %}
{% for item in items %} {% endfor %}
Price
{% include ui/form/input-group.html prepend="$" placeholder="from" value="3" %}
{% include ui/form/input-group.html prepend="$" placeholder="to" %}
Shipping
{% include ui/button.html text="Confirm changes" color="primary" block=true element="button" %} {% include ui/button.html text="Reset to defaults" color="link" block=true %}