Product Types

    {% for product_type in shop.types %} {% capture tmp_type %}{{ product_type | remove:' ' | remove:'&' | remove:'&' }}{% endcapture %} {% capture tmp_title %}{{ page_title | remove:' ' | remove:'&' | remove:'&' }}{% endcapture %}
  • {{ product_type | link_to_type }}
  • {% endfor %}