Claude

{% comment %} Friesers Cards - Battle Bear Style Storefront (Shopify 2.0 Blocks-Architektur) {% endcomment %}
{% assign previous_type = '' %} {% assign categories_id_used = false %} {% assign faq_id_used = false %} {% for block in section.blocks %} {% case block.type %} {% when 'announcement_bar' %} {% if previous_type == 'category_card' %}
{% endif %} {% if previous_type == 'faq_item' %}{% endif %}
{{ block.settings.text }}
{% when 'header_nav' %} {% if previous_type == 'category_card' %}{% endif %} {% if previous_type == 'faq_item' %}{% endif %}
{% if block.settings.logo_image != blank %} {{ block.settings.logo_text | append: ' ' | append: block.settings.logo_text_accent | strip }} {% else %}
{{ block.settings.logo_text | slice: 0, 2 | upcase }}
{% endif %}
{{ block.settings.logo_text }}{% if block.settings.logo_text_accent != blank %} {{ block.settings.logo_text_accent }}{% endif %} {% if block.settings.tagline != blank %} {{ block.settings.tagline }} {% endif %}
{% if block.settings.show_search %} {% endif %}
{% when 'hero_banner' %} {% if previous_type == 'category_card' %}{% endif %} {% if previous_type == 'faq_item' %}{% endif %}
{% if block.settings.badge_text != blank %} {{ block.settings.badge_text }} {% endif %}

{{ block.settings.heading }}{% if block.settings.heading_accent != blank %} {{ block.settings.heading_accent }}{% endif %}

{% if block.settings.subtitle != blank %}

{{ block.settings.subtitle }}

{% endif %} {% if block.settings.button_label != blank or block.settings.button_label_2 != blank %}
{% if block.settings.button_label != blank %} {{ block.settings.button_label }} {% endif %} {% if block.settings.button_label_2 != blank %} {{ block.settings.button_label_2 }} {% endif %}
{% endif %}
{% when 'category_card' %} {% if previous_type == 'faq_item' %}{% endif %} {% unless previous_type == 'category_card' %}

Kategorien & Unterfunktionen

Klicke auf ein TCG, um die ausklappbaren Unterfunktionen zu öffnen.

{% assign categories_id_used = true %} {% endunless %}
{{ block.settings.publisher }}
{{ block.settings.title }}
{% if block.settings.link_1_label != blank %}➔ {{ block.settings.link_1_label }}{% endif %} {% if block.settings.link_2_label != blank %}➔ {{ block.settings.link_2_label }}{% endif %} {% if block.settings.link_3_label != blank %}➔ {{ block.settings.link_3_label }}{% endif %} {% if block.settings.link_4_label != blank %}➔ {{ block.settings.link_4_label }}{% endif %}
{% when 'product_grid' %} {% if previous_type == 'category_card' %}
{% endif %} {% if previous_type == 'faq_item' %}{% endif %}

{{ block.settings.heading | default: 'Produkte' }}

{% if block.settings.collection != blank %} {{ block.settings.collection.products_count }} Produkte gefunden {% endif %}
{% if block.settings.collection != blank %} {{ block.settings.view_all_label | default: 'Alle ansehen' }} {% endif %}
{% if block.settings.collection == blank %}
Bitte im Theme-Editor eine Kollektion für diesen Block auswählen.
{% else %}
{% for product in block.settings.collection.products limit: block.settings.products_to_show %} {% assign variant = product.selected_or_first_available_variant %}
{% if product.featured_image %} {{ product.featured_image.alt | escape }} {% endif %} {% if product.type != blank %}
{{ product.type }}
{% endif %}

{{ product.title }}

{% if product.vendor != blank %}
{{ product.vendor }}
{% endif %}
{{ variant.price | money }}
{% else %}
Keine Produkte in dieser Kollektion verfügbar.
{% endfor %}
{% endif %}
{% when 'faq_item' %} {% if previous_type == 'category_card' %}{% endif %} {% unless previous_type == 'faq_item' %}

Häufig gestellte Fragen (FAQ)

{% assign faq_id_used = true %} {% endunless %}
{{ block.settings.answer }}
{% endcase %} {% assign previous_type = block.type %} {% endfor %} {% if previous_type == 'category_card' %}
{% endif %} {% if previous_type == 'faq_item' %}{% endif %}

Dein Warenkorb

Gesamtsumme: {{ cart.total_price | money }}
Zur Kasse
{% schema %} { "name": "Friesers Storefront BB", "settings": [], "blocks": [ { "type": "announcement_bar", "name": "Ankündigungsleiste", "limit": 1, "settings": [ { "type": "text", "id": "text", "label": "Text", "default": "⚡ Blitzversand innerhalb von 24 Std. | 🔥 Über 100.000 Einzelkarten & Sealed Goods verfügbar" }, { "type": "color", "id": "background_color", "label": "Hintergrundfarbe", "default": "#FF2A4B" }, { "type": "color", "id": "text_color", "label": "Textfarbe", "default": "#FFFFFF" } ] }, { "type": "header_nav", "name": "Navigation & Logo", "limit": 1, "settings": [ { "type": "image_picker", "id": "logo_image", "label": "Logo-Bild (optional)" }, { "type": "text", "id": "logo_text", "label": "Logo-Text", "default": "FRIESER'S" }, { "type": "text", "id": "logo_text_accent", "label": "Logo-Text (Akzent)", "default": "CARDS" }, { "type": "text", "id": "tagline", "label": "Slogan", "default": "Trading Cards & Games" }, { "type": "link_list", "id": "main_menu", "label": "Hauptmenü", "info": "Untermenüpunkte werden automatisch als Dropdown angezeigt.", "default": "main-menu" }, { "type": "checkbox", "id": "show_search", "label": "Suchleiste anzeigen", "default": true }, { "type": "text", "id": "cart_label", "label": "Warenkorb-Beschriftung", "default": "Warenkorb" } ] }, { "type": "hero_banner", "name": "Hero-Banner", "limit": 1, "settings": [ { "type": "text", "id": "badge_text", "label": "Badge-Text", "default": "Von Nerdz für Nerdz" }, { "type": "text", "id": "heading", "label": "Überschrift", "default": "Dein Vault für" }, { "type": "text", "id": "heading_accent", "label": "Überschrift (Akzent)", "default": "Sammelkarten & Accessories" }, { "type": "textarea", "id": "subtitle", "label": "Untertitel", "default": "Displays, Einzelkarten und Zubehör mit klappbaren Unterkategorien für schnelles Finden." }, { "type": "text", "id": "button_label", "label": "Button 1 - Beschriftung" }, { "type": "url", "id": "button_link", "label": "Button 1 - Link" }, { "type": "text", "id": "button_label_2", "label": "Button 2 - Beschriftung" }, { "type": "url", "id": "button_link_2", "label": "Button 2 - Link" } ] }, { "type": "category_card", "name": "TCG-Kategorie", "settings": [ { "type": "text", "id": "title", "label": "Titel", "default": "Kategorie-Name" }, { "type": "text", "id": "publisher", "label": "Publisher", "default": "Publisher" }, { "type": "color", "id": "accent_color", "label": "Akzentfarbe", "default": "#FF2A4B" }, { "type": "header", "content": "Ausklappbare Links" }, { "type": "text", "id": "link_1_label", "label": "Link 1 - Text" }, { "type": "url", "id": "link_1_url", "label": "Link 1 - Ziel" }, { "type": "text", "id": "link_2_label", "label": "Link 2 - Text" }, { "type": "url", "id": "link_2_url", "label": "Link 2 - Ziel" }, { "type": "text", "id": "link_3_label", "label": "Link 3 - Text" }, { "type": "url", "id": "link_3_url", "label": "Link 3 - Ziel" }, { "type": "text", "id": "link_4_label", "label": "Link 4 - Text" }, { "type": "url", "id": "link_4_url", "label": "Link 4 - Ziel" } ] }, { "type": "product_grid", "name": "Produktkatalog", "settings": [ { "type": "text", "id": "heading", "label": "Überschrift", "default": "Alle Produkte" }, { "type": "collection", "id": "collection", "label": "Kollektion" }, { "type": "range", "id": "products_to_show", "label": "Anzahl Produkte", "min": 2, "max": 24, "step": 1, "default": 8 }, { "type": "text", "id": "view_all_label", "label": "\"Alle ansehen\"-Beschriftung", "default": "Alle ansehen" } ] }, { "type": "faq_item", "name": "FAQ-Eintrag", "settings": [ { "type": "text", "id": "question", "label": "Frage", "default": "Neue Frage" }, { "type": "richtext", "id": "answer", "label": "Antwort", "default": "

Neue Antwort.

" } ] } ], "presets": [ { "name": "Friesers Storefront BB", "blocks": [ { "type": "announcement_bar" }, { "type": "header_nav", "settings": { "logo_text": "FRIESER'S", "logo_text_accent": "CARDS", "tagline": "Trading Cards & Games", "main_menu": "main-menu", "show_search": true, "cart_label": "Warenkorb" } }, { "type": "hero_banner" }, { "type": "category_card", "settings": { "title": "Dragon Ball Super", "publisher": "Bandai", "accent_color": "#FF2A4B", "link_1_label": "Alle DBS Artikel", "link_2_label": "Booster Displays & Boxen", "link_3_label": "Einzelkarten (SCR / SPR)", "link_4_label": "Starter Decks" } }, { "type": "category_card", "settings": { "title": "Pokémon TCG", "publisher": "The Pokémon Company", "accent_color": "#FACC15", "link_1_label": "Alle Pokémon Artikel", "link_2_label": "Top-Trainer-Boxen (ETBs)", "link_3_label": "Booster Bundles & Tins", "link_4_label": "Vintage Cards (Graded)" } }, { "type": "category_card", "settings": { "title": "One Piece Card Game", "publisher": "Bandai", "accent_color": "#EF4444", "link_1_label": "Alle One Piece Artikel", "link_2_label": "OP-01 bis OP-08 Displays", "link_3_label": "Manga Rares & Leader Cards" } }, { "type": "category_card", "settings": { "title": "Yu-Gi-Oh!", "publisher": "Konami", "accent_color": "#C084FC", "link_1_label": "Alle Yu-Gi-Oh! Artikel", "link_2_label": "Core Booster Boxen", "link_3_label": "Starlight & Quarter Century" } }, { "type": "category_card", "settings": { "title": "Magic: The Gathering", "publisher": "WotC", "accent_color": "#F59E0B", "link_1_label": "Collector Displays", "link_2_label": "Commander Decks" } }, { "type": "category_card", "settings": { "title": "Disney Lorcana", "publisher": "Ravensburger", "accent_color": "#60A5FA", "link_1_label": "Display Boxen", "link_2_label": "Enchanted Cards" } }, { "type": "category_card", "settings": { "title": "Flesh and Blood", "publisher": "LSS", "accent_color": "#34D399", "link_1_label": "Booster Displays", "link_2_label": "Cold Foils" } }, { "type": "category_card", "settings": { "title": "Digimon Card Game", "publisher": "Bandai", "accent_color": "#EC4899", "link_1_label": "Booster Displays", "link_2_label": "Alt-Art Single Cards" } }, { "type": "product_grid" }, { "type": "faq_item", "settings": { "question": "Wie werden wertvolle Einzelkarten verpackt?", "answer": "

Jede Einzelkarte wird sofort in eine Sleeve (Schutzhülle) gesteckt, gefolgt von einem Toploader oder Semi-Rigid Holder, kanten-geschützt und knickfrei versendet.

" } }, { "type": "faq_item", "settings": { "question": "Sind alle Booster Displays originalverschweißt (Sealed)?", "answer": "

Ja, absolut. Wir verkaufen ausschließlich originalverpackte und vom Hersteller versiegelte Ware direkt von offiziellen Distributoren.

" } } ] } ] } {% endschema %}