{{ __('customer.customer_billing_address') }}
* {{trans('register.required_fields')}} {{ __('Delivery address') }}
{{ Form::text('billing_company', $shopping_user->billing_company, array('placeholder'=>__('Company name'), 'class'=>'form-control', 'id'=>'billing_company', 'tabindex' => 1)) }}
@if ($errors->has('billing_salutation')) {{ $errors->first('billing_salutation') }} @endif
{{ Form::text('billing_firstname', $shopping_user->billing_firstname, array('placeholder'=>__('First name'), 'class'=>'form-control', 'id'=>'billing_firstname', 'required'=>true, 'tabindex' => 4)) }} @if ($errors->has('billing_firstname')) {{ $errors->first('billing_firstname') }} @endif
{{ Form::text('billing_lastname', $shopping_user->billing_lastname, array('placeholder'=>__('Last name'), 'class'=>'form-control', 'id'=>'billing_lastname', 'required'=>true, 'tabindex' => 5)) }} @if ($errors->has('billing_lastname')) {{ $errors->first('billing_lastname') }} @endif
{{ Form::text('billing_address', $shopping_user->billing_address, array('placeholder'=>__('Street'), 'class'=>'form-control', 'required'=>true, 'id'=>'billing_address', 'tabindex' => 6)) }} @if ($errors->has('billing_address')) {{ $errors->first('billing_address') }} @endif
{{ Form::text('billing_address_2', $shopping_user->billing_address_2, array('placeholder'=>__('Flat Building optional'), 'class'=>'form-control', 'id'=>'billing_address_2', 'tabindex' => 6)) }}
{{ Form::text('billing_zipcode', $shopping_user->billing_zipcode, array('placeholder'=>__('Postcode'), 'class'=>'form-control', 'required'=>true, 'id'=>'billing_zipcode', 'tabindex' => 7)) }} @if ($errors->has('billing_zipcode')) {{ $errors->first('billing_zipcode') }} @endif
{{ Form::text('billing_city', $shopping_user->billing_city, array('placeholder'=>__('City'), 'class'=>'form-control', 'required'=>true, 'id'=>'billing_city', 'tabindex' => 8)) }} @if ($errors->has('billing_city')) {{ $errors->first('billing_city') }} @endif
@if ($errors->has('billing_country_id')) {{ $errors->first('billing_country_id') }} @endif
{{ Form::text('billing_phone', $shopping_user->billing_phone, array('placeholder'=>__('Phone'), 'class'=>'form-control', 'id'=>'billing_phone', 'tabindex' => 11)) }}

{{ __('Delivery address') }}
{{ Form::text('shipping_company', $shopping_user->shipping_company, array('placeholder'=>__('Company name'), 'class'=>'form-control', 'id'=>'shipping_company', 'tabindex' => 16)) }}
@if ($errors->has('shipping_salutation')) {{ $errors->first('shipping_salutation') }} @endif
{{ Form::text('shipping_firstname', $shopping_user->shipping_firstname, array('placeholder'=>__('First name'), 'class'=>'form-control', 'required'=>true, 'id'=>'shipping_firstname', 'tabindex' => 18)) }} @if ($errors->has('shipping_firstname')) {{ $errors->first('shipping_firstname') }} @endif
{{ Form::text('shipping_lastname', $shopping_user->shipping_lastname, array('placeholder'=>__('Last name'), 'class'=>'form-control', 'required'=>true, 'id'=>'shipping_lastname', 'tabindex' => 19)) }} @if ($errors->has('shipping_lastname')) {{ $errors->first('shipping_lastname') }} @endif
{{ Form::text('shipping_address', $shopping_user->shipping_address, array('placeholder'=>__('Street'), 'class'=>'form-control', 'required'=>true, 'id'=>'shipping_address', 'tabindex' => 20)) }} @if ($errors->has('shipping_address')) {{ $errors->first('shipping_address') }} @endif
{{ Form::text('shipping_address_2', $shopping_user->shipping_address_2, array('placeholder'=>__('Flat Building optional'), 'class'=>'form-control', 'id'=>'shipping_address_2', 'tabindex' => 21)) }} @if ($errors->has('shipping_address_2')) {{ $errors->first('shipping_address_2') }} @endif
{{ Form::text('shipping_zipcode', $shopping_user->shipping_zipcode, array('placeholder'=>__('Postcode'), 'class'=>'form-control', 'required'=>true, 'id'=>'shipping_zipcode', 'tabindex' => 22)) }} @if ($errors->has('shipping_zipcode')) {{ $errors->first('shipping_zipcode') }} @endif
{{ Form::text('shipping_city', $shopping_user->shipping_city, array('placeholder'=>__('City'), 'class'=>'form-control', 'required'=>true, 'id'=>'shipping_city', 'tabindex' => 23)) }} @if ($errors->has('shipping_city')) {{ $errors->first('shipping_city') }} @endif
@if ($errors->has('shipping_country_id')) {{ $errors->first('shipping_country_id') }} @endif
{{ Form::text('shipping_phone', $shopping_user->shipping_phone, array('placeholder'=>__('Phone'), 'class'=>'form-control', 'id'=>'shipping_phone', 'tabindex' => 26)) }}
{{ Form::text('shipping_postnumber', $shopping_user->shipping_postnumber, array('placeholder'=>'12345678', 'class'=>'form-control', 'id'=>'shipping_postnumber', 'maxlength'=>'20', 'tabindex' => 27)) }} {{ __('payment.packstation_info') }}
{{-- Alert-Box für Packstation-Hinweis --}}
{{ __('payment.packstation_alert_title') }}

{{ __('payment.packstation_alert_intro') }}

  • {{ __('Street') }} / {{ __('House number') }}: {{ __('payment.packstation_alert_street') }} ({{ __('payment.packstation_alert_street_example') }})
  • {{ __('Postcode') }} / {{ __('City') }}: {{ __('payment.packstation_alert_location') }} ({{ __('payment.packstation_alert_not_home') }})

{{ __('payment.packstation_alert_footer') }}


{{ __('account.preferred_language') }}

{{ __('customer.language_hint') }}