Kasse
{%
$_txt_zurueck = "zurück";
$_txt_bestelldetails = "Bestelldetails";
$_txt_anschrift = "Anschrift";
$_txt_versand = "Versand";
$_txt_zahlung = "Zahlung";
$_txt_abschluss = "Übersicht & Vertragsabschluss";
$_txt_weiter = "weiter";
$_txt_keine_artikel = "Sie haben momentan keine Artikel im Warenkorb. Bitte legen Sie Artikel in den Warenkorb, bevor Sie zur Kasse gehen.";
%}
{% if $BasketItemQuantity > 0 %}
{% if GetGlobal("ShowTabDetails") %}
{% $_id = CheckoutStepPageID(4) %}
{% else %}
{% endif %}
{% CategoryContentBody($_id) %}
{% endif %}
{% $_id = CheckoutStepPageID(5) %}
{% CategoryContentBody($_id) %}
{% $_id = CheckoutStepPageID(6) %}
{% CategoryContentBody($_id) %}
{% $_id = CheckoutStepPageID(7) %}
{% CategoryContentBody($_id) %}
{% $_id = CheckoutStepPageID(8) %}
{% CategoryContentBody($_id) %}
Keine Produkte gefunden.