Warenkorb

{% if $BasketItemQuantity > 0 %}

Warenkorb

{% Container_CheckoutBasketItemsList() %}
{% Container_CheckoutTotals() %}
{% if GetGlobal("ShowCouponInBasket") && Container_CheckoutCoupon() != "" %}

Gutschein

{% Container_CheckoutCoupon() %}
{% endif %}
{% if( $CustomerID ) %} {% $_check = Link_Checkout(3); %} {% $_backlink = ''; %} {% else %} {% $_check = Link_Checkout(2); %} {% $_backlink = '?backlink='; %} {% if $Lang !== 'de' %} {% $_backlink = $_backlink . '/' . $Lang; %} {% endif %} {% $_backlink .= '/checkout'; %} {% endif %} Zur Kasse
{% else %}
Sie haben momentan keine Artikel im Warenkorb. Stöbern Sie doch in unserem Sortiment. Sicher ist auch für Sie der passende Artikel dabei.
{% endif %}