В functions.php своей темы вставьте код
add_action('woocommerce_order_item_meta_start','my_woocommerce_order_item_meta_start','',3);
function my_woocommerce_order_item_meta_start($item_id, $item, $order) {
$product_categories = get_the_term_list($item['product_id'], 'product_cat','',' ...