Rechnungsanschrift
{if $errorField == 'InvoiceName'}

{if $errorType == 'empty'}Bitte füllen Sie dieses Eingabefeld aus{/if}

{/if}
{if $errorField == 'InvoiceStreet'}

{if $errorType == 'empty'}Bitte füllen Sie dieses Eingabefeld aus{/if}

{/if}
{if $errorField == 'InvoiceZipCode'}

{if $errorType == 'empty'}Bitte füllen Sie das Eingabefeld PLZ aus{/if}

{/if} {if $errorField == 'InvoiceCity'}

{if $errorType == 'empty'}Bitte füllen Sie das Eingabefeld Ort aus{/if}

{/if}
{htmlOptions name="InvoiceCountry" id="InvoiceCountry" options=$CountyList selected=$InvoiceCountry}