Warenkorb
{%
$_txt_wk = "Warenkorb";
$_txt_gs = "Gutschein";
$_txt_kasse = "Zur Kasse";
$_txt_kein_artikel = "Sie haben momentan keine Artikel im Warenkorb. Stöbern Sie doch in unserem Sortiment. Sicher ist auch für Sie der passende Artikel dabei.";
%}
{% if $BasketItemQuantity > 0 %}
{% if GetGlobal("ShowCouponInBasket") && Container_CheckoutCoupon() != "" %}
{% endif %}
{% else %}
{% endif %}
$_txt_wk
{% Container_CheckoutBasketItemsList() %}
{% Container_CheckoutTotals() %}
$_txt_gs
{% Container_CheckoutCoupon() %}
Keine Produkte gefunden.