?>
</div>
			<input type="hidden" id="wps_pos_selected_customer" value="<?php 
    echo $customer_id;
    ?>
" />
		</div>
		
		<div class="customer_address wps-boxed">
			<span class="wps-h4"><?php 
    _e('Billing address', 'wpshop');
    ?>
</span>
			<?php 
    $billing_option = get_option('wpshop_billing_address');
    $addresses_customer = wps_address::get_addresses_list_no_hidden_attributes($customer_id);
    if (!empty($addresses_customer[$billing_option['choice']])) {
        $billing = reset($addresses_customer[$billing_option['choice']]);
        //echo '<strong>' . $billing['address_title']['value'] . '</strong>' . '' . '<br>';
        echo @(__(wpshop_attributes::get_attribute_type_select_option_info($billing['civility']['value'], 'label', 'custom')) . ' <strong>' . $billing['address_first_name']['value'] . ' ' . $billing['address_last_name']['value'] . '</strong><br>');
        echo @($billing['address']['value'] . '<br>');
        echo @($billing['city']['value'] . ' ' . $billing['postcode']['value'] . ' ' . $billing['country']['value']) . '<br>';
    }
    ?>
		</div>
		
		<div class="order_historic wps-boxed">
			<a href="#" class="toggle-historic dashicons dashicons-arrow-down alignright"></a>
			<span class="wps-h4"><?php 
    _e('Historic', 'wpshop');
    ?>