示例#1
0
        ?>
</option>
					<?php 
    }
}
?>
			</select>

			<span class="wc-oe-header"><?php 
echo _e('Product Attributes', 'woocommerce-order-export');
?>
</span>
			<br>
			<select id="attributes" style="width: auto;">
				<?php 
foreach (WC_Order_Export_Data_Extractor::get_product_attributes() as $attr_id => $attr_name) {
    ?>
					<option><?php 
    echo $attr_name;
    ?>
</option>
				<?php 
}
?>
			</select>
			=
			<button id="add_attributes" class="button-secondary"><span class="dashicons dashicons-plus-alt"></span></button>
			<br>
			<select id="attributes_check" multiple name="settings[product_attributes][]" style="width: 100%;">
				<?php 
if ($settings['product_attributes']) {