{% set zwischentotal = 0 %} {% for item in korb %} {% if item.product is not null %} {% set itemType = 'product' %} {% set basketProd = item.product %} {% elseif item.productModul is not null %} {% set itemType = 'modul' %} {% set basketProd = item.productModul %} {% elseif item.productExtra is not null %} {% set itemType = 'extra' %} {% set basketProd = item.productExtra %} {% elseif item.thema is not null %} {% set itemType = 'thema' %} {% set basketProd = item.thema %} {% elseif item.laden is not null %} {% set itemType = 'laden' %} {% set basketProd = item.laden %} {% endif %}
{% if item.product is not null %} {{ item.product.title }} {% elseif item.productModul is not null %} {{ item.productModul.text|striptags }} {% elseif item.productExtra is not null %} {{ item.productExtra.text|striptags }} {% elseif item.thema is not null %} {{ item.thema.name|striptags }} {% elseif item.laden is not null %} {{ item.laden.title|striptags }} {% endif %}
Inhalt: {% if item.product is not null %} {% set modulQty = item.qty * item.product.modul|length %} {{ item.qty }} Ordner, {{ modulQty }} Lernmodule, {% for extra in item.product.extra %} {{ item.qty }} {{ extra.text|striptags }}{% if loop.index < item.product.extra|length %}, {% endif %} {% endfor %} {% elseif item.productModul is not null %} {{ item.qty }} Lernmodule {% elseif item.productExtra is not null %} {{ item.qty }} Jahreskalender {% elseif item.thema is not null %} {{ item.qty }} Schulstoff {% elseif item.laden is not null %} {{ item.qty }} Simulationsprüfung {% endif %}
decrease increase
{% if item.productExtra is null %} {% if app.user %} {% if app.user.userTyped.id == 1 %} {% if app.user.vip is not null %} {% if app.user.personaliseirung == 1 %}
{% else %}
{% endif %} {% else %}
{% endif %} {% elseif app.user.userTyped.id == 2 %}
{% elseif app.user.userTyped.id == 3 %} {% if item.lehrerLatexCode == 'typePt' %} Lehrerexemplar {% else %}

oder

{% endif %} {% endif %} {% else %}
{% endif %} {% else %}
{% endif %}
{% if item.product is not null %} {% if app.user %} {% if app.user.userTyped.id == 1 %} {% set produktpreis = item.qty * item.product.price %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% elseif app.user.userTyped.id == 2 %} {% if item.klassen %} {% set studentCount = item.klassen.student|length %} {% set produktpreisx = item.qty * item.product.priceB %} {% set produktpreis = produktpreisx * studentCount %} {% else %} {% set produktpreis = item.qty * item.product.priceB %} {% endif %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% elseif app.user.userTyped.id == 3 %} {% if item.login == 1 %} {% if item.klassen %} {% set studentCount = item.klassen.student|length %} {% set produktpreisx = item.qty * item.price %} {% set produktpreis = produktpreisx * studentCount %} {% else %} {% set produktpreis = item.qty * item.price %} {% endif %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% else %} {% set xxx = getKorbLeerer(app.user.id) %} {% endif %} {% endif %} {% else %} {% set produktpreis = item.qty * item.product.price %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% endif %} {% elseif item.productModul is not null %} {% if app.user %} {% if app.user.userTyped.id == 1 %} {% if item.klassen %} {% set studentCount = item.klassen.student|length %} {% set produktpreisx = item.qty * item.productModul.price %} {% set produktpreis = produktpreisx * studentCount %} {% else %} {% set produktpreis = item.qty * item.productModul.price %} {% endif %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% elseif app.user.userTyped.id == 2 %} {% if item.klassen %} {% set studentCount = item.klassen.student|length %} {% set produktpreisx = item.qty * item.productModul.priceB %} {% set produktpreis = produktpreisx * studentCount %} {% else %} {% set produktpreis = item.qty * item.productModul.priceB %} {% endif %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% elseif app.user.userTyped.id == 3 %} {% if item.login == 1 %} {% if item.klassen %} {% set studentCount = item.klassen.student|length %} {% set produktpreisx = item.qty * item.price %} {% set produktpreis = produktpreisx * studentCount %} {% else %} {% set produktpreis = item.qty * item.price %} {% endif %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% else %} {% set xxx = getKorbLeerer(app.user.id) %} {% endif %} {% endif %} {% else %} {% set produktpreis = item.qty * item.productModul.price %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% endif %} {% elseif item.productExtra is not null %} {% if app.user %} {% if app.user.userTyped.id == 1 %} {% if item.klassen %} {% set studentCount = item.klassen.student|length %} {% set produktpreisx = item.qty * item.productExtra.price %} {% set produktpreis = produktpreisx * studentCount %} {% else %} {% set produktpreis = item.qty * item.productExtra.price %} {% endif %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% elseif app.user.userTyped.id == 2 %} {% if item.klassen %} {% set studentCount = item.klassen.student|length %} {% set produktpreisx = item.qty * item.productExtra.priceB %} {% set produktpreis = produktpreisx * studentCount %} {% else %} {% set produktpreis = item.qty * item.productExtra.priceB %} {% endif %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% elseif app.user.userTyped.id == 3 %} {% if item.login == 1 %} {% if item.klassen %} {% set studentCount = item.klassen.student|length %} {% set produktpreisx = item.qty * item.price %} {% set produktpreis = produktpreisx * studentCount %} {% else %} {% set produktpreis = item.qty * item.price %} {% endif %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% else %} {% set xxx = getKorbLeerer(app.user.id) %} {% endif %} {% endif %} {% else %} {% set produktpreis = item.qty * item.productExtra.price %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% endif %} {% elseif item.thema is not null %} {% if app.user %} {% if app.user.userTyped.id == 1 %} {% set produktpreis = item.qty * item.thema.price %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% elseif app.user.userTyped.id == 2 %} {% if item.klassen %} {% set studentCount = item.klassen.student|length %} {% set produktpreisx = item.qty * item.thema.priceB %} {% set produktpreis = produktpreisx * studentCount %} {% else %} {% set produktpreis = item.qty * item.thema.priceB %} {% endif %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% elseif app.user.userTyped.id == 3 %} {% if item.login == 1 %} {% if item.klassen %} {% set studentCount = item.klassen.student|length %} {% set produktpreisx = item.qty * item.price %} {% set produktpreis = produktpreisx * studentCount %} {% else %} {% set produktpreis = item.qty * item.price %} {% endif %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% else %} {% set xxx = getKorbLeerer(app.user.id) %} {% endif %} {% endif %} {% else %} {% set produktpreis = item.qty * item.thema.price %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% endif %} {% elseif item.laden is not null %} {% if app.user %} {% if app.user.userTyped.id == 1 %} {% set produktpreis = item.qty * item.laden.price %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% elseif app.user.userTyped.id == 2 %} {% if item.klassen %} {% set studentCount = item.klassen.student|length %} {% set produktpreisx = item.qty * item.laden.priceB %} {% set produktpreis = produktpreisx * studentCount %} {% else %} {% set produktpreis = item.qty * item.laden.priceB %} {% endif %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% elseif app.user.userTyped.id == 3 %} {% if item.login == 1 %} {% if item.klassen %} {% set studentCount = item.klassen.student|length %} {% set produktpreisx = item.qty * item.price %} {% set produktpreis = produktpreisx * studentCount %} {% else %} {% set produktpreis = item.qty * item.price %} {% endif %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% else %} {% set xxx = getKorbLeerer(app.user.id) %} {% endif %} {% endif %} {% else %} {% set produktpreis = item.qty * item.laden.price %} {% set zwischentotal = zwischentotal + produktpreis %} {{ produktpreis|number_format(2) }} {% endif %} {% endif %}
{% endfor %}

Zwischentotal

{{ zwischentotal|number_format(2) }}
warning-icon

Die Lernunterlagen werden auf den eingegebenen Vornamen des/der Lernenenden (wie z.B. Paul, Mia etc.) bedruckt. Eingabe bitte sorgfältig überprüfen. Von Schulhäusern, Bildungsinstituten und Firmen bestellte Lernunterlagen ohne gültig eingegebenem Vornamen (wie z.B. Schüler, Klasse X, Schulhaus Y o.ä.) werden auf den Namen «Max Mustermann» produziert.