Example #1
0
									<table>
									<?php 
if ($this->mode == 'new') {
    ?>
									<tr class="delivery-copy-button">
										<th></th>
										<td><input type="button" class="button" id="costomer-copy" value="<?php 
    _e('注文者と同じ', 'wc2');
    ?>
" /></td>
									</tr>
									<?php 
}
?>
									<?php 
echo wc2_get_addressform($data, 'delivery');
?>
									<?php 
do_action('wc2_action_admin_order_delivery_box', $data, $this->mode);
?>
									</table>
								</div>
							</div><!--#delivery-box-->
						</div>
						<?php 
do_action('wc2_action_admin_order_postbox_container2_2', $data, $this->mode);
?>
						<div id="other-box" class="postbox quinary-box">
							<h3><span><?php 
_e('Others', 'wc2');
?>
Example #2
0
									<td class="col1"><div class="rod long"><?php 
echo esc_html($data['registered']);
?>
</div></td>
								</tr>
								
								<?php 
do_action('wc2_action_member_info_primary', $data, $member_action);
?>
							</table>
						</div>
						
						<div class="wc2_member_info wc2_member_info_secondary">
							<table>
								<?php 
echo wc2_get_addressform($data, 'member');
?>

								<?php 
do_action('wc2_action_member_info_secondary', $data, $member_action);
?>
							</table>
						</div>
						
						<div class="wc2_member_info wc2_member_info_tertiary">
							<table>
								<?php 
echo wc2_custom_field_input($data, 'member', 'other');
?>

								<?php