<td colspan="2"><input name="customer[password2]" style="width:100px" type="password" value="<?php 
            echo esc_attr($usces_entries['customer']['password2']);
            ?>
" /><?php 
            if ($member_regmode != 'editmemberfromcart') {
                _e('When you enroll newly, please fill it out.', 'usces');
            }
            ?>
</td>
				</tr>
				<?php 
        }
        ?>

				<?php 
        uesces_addressform('customer', $usces_entries, 'echo');
        ?>
			</table>
			<input name="member_regmode" type="hidden" value="<?php 
        echo $member_regmode;
        ?>
" />
			<div class="send">
			<?php 
        usces_get_customer_button();
        ?>
			</div>
			<?php 
        do_action('usces_action_customer_page_inform');
        ?>
			</form>
        _e('Customer Information', 'usces');
        ?>
</h3></td>
				</tr>
			<tr>
				<th><?php 
        _e('e-mail adress', 'usces');
        ?>
</th>
				<td><?php 
        echo esc_html($usces_entries['customer']['mailaddress1']);
        ?>
</td>
			</tr>
			<?php 
        uesces_addressform('confirm', $usces_entries, 'echo');
        ?>
			<tr class="ttl">
				<td colspan="2"><h3><?php 
        _e('Others', 'usces');
        ?>
</h3></td>
			</tr>
			<tr>
				<th><?php 
        _e('shipping option', 'usces');
        ?>
</th><td><?php 
        echo esc_html(usces_delivery_method_name($usces_entries['order']['delivery_method'], 'return'));
        ?>
</td>
					</tr>
					<tr>
						<td><input name="delivery[delivery_flag]" id="delivery_flag2" onclick="document.getElementById('delivery_table').style.display = 'table'" type="radio" value="1"<?php 
        if ($usces_entries['delivery']['delivery_flag'] == 1) {
            echo ' checked';
        }
        ?>
 onKeyDown="if (event.keyCode == 13) {return false;}" /> <label for="delivery_flag2"><?php 
        _e('Chose another shipping address.', 'usces');
        ?>
</label></td>
					</tr>
					</table>
					<table class="customer_form" id="delivery_table">
						<?php 
        echo uesces_addressform('delivery', $usces_entries);
        ?>
					</table>
					<table class="customer_form" id="time">
						<tr>
							<th scope="row"><?php 
        _e('shipping option', 'usces');
        ?>
</th>
							<td colspan="2"><?php 
        usces_the_delivery_method($usces_entries['order']['delivery_method']);
        ?>
</td>
						</tr>
						<tr>
							<th scope="row"><?php 
			
			<h2><a name="edit"></a><?php 
    _e('Member information editing', 'usces');
    ?>
</h2>
			<div class="error_message"><?php 
    usces_error_message();
    ?>
</div>
			<form action="<?php 
    usces_url('member');
    ?>
#edit" method="post" onKeyDown="if (event.keyCode == 13) {return false;}">
				<table class="customer_form">
				<?php 
    uesces_addressform('member', usces_memberinfo(NULL), 'echo');
    ?>
					<tr>
						<th scope="row"><?php 
    _e('e-mail adress', 'usces');
    ?>
</th>
						<td colspan="2"><input name="member[mailaddress1]" id="mailaddress1" type="email" value="<?php 
    usces_memberinfo('mailaddress1');
    ?>
" /></td>
					</tr>
					<tr>
						<th scope="row"><?php 
    _e('password', 'usces');
    ?>