Shopping cart
{%
$_txt_wk = "Shopping cart";
$_txt_gs = "Coupon";
$_txt_kasse = "To checkout";
$_txt_kein_artikel = "You have no items in your shopping cart. Please browse our range. You are sure to find the right item for you.";
%}
{% if $BasketItemQuantity > 0 %}
{% if GetGlobal("ShowCouponInBasket") && Container_CheckoutCoupon() != "" %}
{% endif %}
{% else %}
{% endif %}
$_txt_wk
{% Container_CheckoutBasketItemsList() %}
{% Container_CheckoutTotals() %}
$_txt_gs
{% Container_CheckoutCoupon() %}
Keine Produkte gefunden.