{% extends 'main_base.html.twig' %} {% block title %}Warenkorb{% endblock %} {% block description %}Warenkorb{% endblock %} {% block content %}

Bestellübersicht

CHF

Artikel

Menge

Personalisierung

{% include 'main/Korb/korb_items.html.twig' %}
{#Rabatt#} {% if app.user %} {% if app.user.userTyped.id == 1 %}

{% if indirim.durum|default(0)==1 %}erfasst{% endif %}
{% if indirim.baslik|default=='vip' %}

Rabatt

{% else %}

Gutscheincode

{% endif %}
{% if indirim.baslik|default!='vip'|default %}
einlösen
{% endif %}
{% if indirim|default(0)>0 %}{{ indirim.indirim|number_format(2,'.','') }}{% else %}0.00{% endif %}

Zwischentotal

0.00
{% endif %} {% else %}

{% if indirim.durum|default(0)==1 %}erfasst{% endif %}
{% if indirim.baslik|default=='vip' %}

Rabatt

{% else %}

Gutscheincode

{% endif %}
{% if indirim.baslik|default!='vip'|default %} einlösen {% endif %}
{% if indirim|default(0)>0 %}{{ indirim.indirim|number_format(2,'.','') }}{% else %}0.00{% endif %}

Zwischentotal

0.00
{% endif %}

{% include 'main/Korb/korb_user.html.twig' %}

{% include 'main/Korb/korb_lieferart.html.twig' %}
Zwischentotal
{{ prices['currentCargo']['name']|default }} 0.00

{% include 'main/Korb/korb_zahlungsart.html.twig' %}
Total
{% if korb %}
{% endif %}
{% endblock %} {% block footer %} {% endblock %} {% block pageScript %} {% endblock %}