示例#1
0
				<div style="text-align: right;">
					<button  id='button_custom_field' class='button-secondary'><?php 
_e('Confirm', 'woocommerce-order-export');
?>
</button>
					<button   class='button-secondary button_cancel'><?php 
_e('Cancel', 'woocommerce-order-export');
?>
</button>
				</div>
			</div>
			<div class='div1'><span><strong><?php 
_e('Use sections', 'woocommerce-order-export');
?>
:</strong></span> <?php 
foreach (WC_Order_Export_Data_Extractor::get_order_segments() as $section_id => $section_name) {
    echo "<label ><input type=checkbox value={$section_id} checked class='field_section'>{$section_name} &nbsp;</label>";
}
?>
			</div>
			<div class='div2'>
				<span><strong><?php 
_e('Actions', 'woocommerce-order-export');
?>
:</strong></span>
				<button  id='orders_add_custom_meta' class='button-secondary'><?php 
_e('Add Field', 'woocommerce-order-export');
?>
</button>
				<br><br>
				<button  id='orders_add_custom_field' class='button-secondary'><?php