Checkout
{%
$_txt_zurueck = "back";
$_txt_bestelldetails = "Order details";
$_txt_anschrift = "Address";
$_txt_versand = "Shipping";
$_txt_zahlung = "Payment";
$_txt_abschluss = "Overview & Contracts";
$_txt_weiter = "next";
$_txt_keine_artikel = "You have no items in your shopping cart. Please put items in the shopping cart before you go to checkout.";
%}
{% 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.