Order details
{%
$_txt_bestelldetails = "Order details";
$_txt_zeichen = "Your sign";
$_txt_hinweise = "Your notes & special wishes";
$_txt_hinweise2 = "Please tell us what we should consider when placing your order.";
$_txt_weiter = "Next";
%}
{% if GetGlobal("ShowTabDetails") %}
$_txt_bestelldetails
{% if GetGlobal("ShowCustomerSign") %}
{% endif %} {% if GetGlobal("ShowCustomerNotice") %}
{% endif %} {% if GetGlobal("ShowCouponInDetails") && Container_CheckoutCoupon() != "" %}
$_txt_zeichen
{% endif %}
{% if GetGlobal("ShowCustomerSign") && GetGlobal("ShowCustomerNotice") %}
{% endif %} {% if GetGlobal("ShowCustomerNotice") %}
$_txt_hinweise
{% if $CheckoutOrderInfoText %}$CheckoutOrderInfoText{% endif %}
{% endif %}
{% if GetGlobal("ShowCustomerNotice") && GetGlobal("ShowCouponInDetails") %}
{% endif %} {% if GetGlobal("ShowCouponInDetails") && Container_CheckoutCoupon() != "" %}
{% Container_CheckoutCoupon() %}
{% endif %}
$_txt_weiter
{% endif %}
Keine Produkte gefunden.