{if $payment_country_code eq 'DE'} {if $smarty.const.XT_BILLPAY_SANDBOX eq 'true'}
{/if} {if $smarty.const.XT_BILLPAY_ACTIVATE_INVOICE eq 'true'}
{form type=radio name=selected_payment value=$payment_code:INVOICE} {$payment_name} {$payment_price.formated}
{* check for date of birth *} {if $smarty.session.customer->customer_payment_address.customers_dob eq ''} {/if}
{form type=checkbox name=billpay_eula}   
Bitte geben Sie Ihr Geburtsdatum ein
Geburtsdatum:     
{/if}
{if $smarty.const.XT_BILLPAY_ACTIVATE_ELV eq 'true'}
{form type=radio name=selected_payment value=$payment_code:DID} {txt key=TEXT_PAYMENT_DID} {$payment_price.formated}
{* check for date of birth *} {if $smarty.session.customer->customer_payment_address.customers_dob eq ''} {/if}
{form type=checkbox name=billpay_eula_did}   
Bitte geben Sie Ihr Geburtsdatum ein
Geburtsdatum:     
Kontoinhaber: {form type=text name=billpay_account_holder size=50}
Kontonummer: {form type=text name=billpay_account_number size=50}
Bankleitzahl: {form type=text name=billpay_account_blz size=30}
{/if} {/if}