Title: export order
Last modified: April 15, 2020

---

# export order

 *  Resolved [guardiano78](https://wordpress.org/support/users/guardiano78/)
 * (@guardiano78)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/export-order/)
 * Hello,
    is it possible to get orders exportation in XML file format? thank you.
    -  This topic was modified 6 years, 2 months ago by [guardiano78](https://wordpress.org/support/users/guardiano78/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [guardiano78](https://wordpress.org/support/users/guardiano78/)
 * (@guardiano78)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/export-order/#post-12679165)
 * ok, i did it!
    Another question. In Customer importation, i added a custom field
   created by me. I need to export this field with customer informations in Order
   Exportation. Is it possible? If yoe, how can i do it?
 * thanks
 *  Plugin Author [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * (@wpallimport)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/export-order/#post-12694012)
 * Hi [@guardiano78](https://wordpress.org/support/users/guardiano78/)
 * > In Customer importation, i added a custom field created by me. I need to export
   > this field with customer informations in Order Exportation. Is it possible?
 * It is possible, but you’d have to use a PHP function on the “Customer User ID”
   field to do it: [https://www.wpallimport.com/documentation/export/pass-data-through-php-functions/](https://www.wpallimport.com/documentation/export/pass-data-through-php-functions/).
 * Here’s an example function that you can modify as needed:
 *     ```
       function my_get_customfield( $user_id ) {
       	return get_user_meta( $user_id, 'some_custom_field', true );
       }
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘export order’ is closed to new replies.

 * ![](https://ps.w.org/wp-all-import/assets/icon-256x256.png?rev=2570179)
 * [WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets](https://wordpress.org/plugins/wp-all-import/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-all-import/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-all-import/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-all-import/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-all-import/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-all-import/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/export-order/#post-12694012)
 * Status: resolved