public static function get_instance()
 {
     if (null == self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }
?>
<br /><?php 
_e('フィールド名', 'wc2');
?>
</th>
										<th><?php 
_e('セレクト値', 'wc2');
?>
</th>
									</tr>
								</thead>
								<tbody id="csod-list">
						<?php 
if (is_array($csod_field_keys)) {
    foreach ($csod_field_keys as $prefix_key) {
        echo WC2_CustomField::get_custom_field($prefix_key);
    }
}
?>
								</tbody>
							</table>
							<div id="ajax-response-csod"></div>

							<p><strong><?php 
_e('新規カスタム・オーダーフィールドの追加', 'wc2');
?>
 : </strong></p>
							<table id="newmeta2">
								<thead>
									<tr>
										<th><?php