Seitenübersicht aller Seiten, Kategorien & Produkte

Sitemap – Übersicht aller Inhalte

Hier finden Sie alle Kategorien, Produkte, Seiten und Blogartikel unseres Onlineshops auf einen Blick.

Kategorien (Kollektionen)

Produkte aus allen Kategorien

{% assign shown_products = '' %}
    {% for collection in collections %} {% for product in collection.products %} {% unless shown_products contains product.id %}
  • {{ product.title }}
  • {% assign shown_products = shown_products | append: product.id | append: ',' %} {% endunless %} {% endfor %} {% endfor %}

Seiten

Blogs

Blogartikel

    {% for blog in blogs %} {% for article in blog.articles %}
  • {{ article.title }}
  • {% endfor %} {% endfor %}

Letzte Aktualisierung: {{ 'now' | date: "%d.%m.%Y" }}