{%
$_txt_registration = "Registrierung";
$_txt_invoiceData = "Rechnungsdaten";
$_txt_mail = "E-Mail-Adresse";
$_txt_mail2 = "E-Mail-Adresse wiederholen";
$_txt_password = "Passwort";
$_txt_password2 = "Passwort wiederholen";
$_txt_ust = "USt-IdNr";
$_txt_birthday = "Geburtsdatum";
$_txt_day = "Tag";
$_txt_month = "Monat";
$_txt_year = "Jahr";
$_txt_phone = "Telefon";
$_txt_invoiceAddress = "Rechnungsanschrift";
$_txt_salution = "Anrede";
$_txt_mr = "Herr";
$_txt_mrs = "Frau";
$_txt_family = "Familie";
$_txt_company = "Firma";
$_txt_firstname = "Vorname";
$_txt_name = "Name";
$_txt_additional = "Adresszusatz";
$_txt_hnr = "Hausnr.";
$_txt_street = "Straße";
$_txt_plz = "PLZ";
$_txt_city = "Ort";
$_txt_country = "Land";
$_txt_optional = "Optionale Felder";
$_txt_fax = "Fax";
$_txt_mobile = "Mobile";
$_txt_postNr = "Postnummer";
$_txt_completeRegistration = "Registrierung abschließen";
$_txt_ = "";
%}
{# display HouseNo input before Street input #}
{% $_HouseNoFirst = false %}
{# get default country id (required for showing mandatory fields depending on country) #}
{%
$_defaultCountryId = "";
for ( $_country in GetCheckoutShippingCountriesList() )
{
if ( $_defaultCountryId == "" )
{
$_defaultCountryId = $_country->ShippingCountryID;
}
}
%}
{% $_customer = GetCheckoutCustomerInvoiceAddress() %}