Title: Exporting Variations
Last modified: August 22, 2016

---

# Exporting Variations

 *  Resolved [etroid](https://wordpress.org/support/users/etroid/)
 * (@etroid)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/exporting-variations/)
 * I need to export color and size when exporting orders.
 * How can I do this?
 * Than you
    Troy
 * [https://wordpress.org/plugins/woocommerce-export/](https://wordpress.org/plugins/woocommerce-export/)

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

 *  Plugin Author [Themology](https://wordpress.org/support/users/themology/)
 * (@themology)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/exporting-variations/#post-5882166)
 * Hi, Try adding this code in your theme’s functions.php file:
 *     ```
       //functions.php
   
       function custom_product_meta($array)
       {
               $array[] = 'attribute_pa_color'; //sometimes it's just attribute_color
               $array[] = 'attribute_pa_size'; //sometimes it's just attribute_size
               return $array;
       }
       add_filter('wcse_included_order_product_keys_filter', 'custom_product_meta');
       ```
   
 *  [SjaakKing](https://wordpress.org/support/users/sjaakking/)
 * (@sjaakking)
 * [11 years ago](https://wordpress.org/support/topic/exporting-variations/#post-5882327)
 * Hi,
    How do I change the “Scheduled Export” to the same .csv export format as
   the “Smart Export” inclusive the “Product display”option.
 * Regards,
    JR
 *  Plugin Author [Themology](https://wordpress.org/support/users/themology/)
 * (@themology)
 * [11 years ago](https://wordpress.org/support/topic/exporting-variations/#post-5882333)

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

The topic ‘Exporting Variations’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woocommerce-export_ad76a5.svg)
 * [Woocommerce Smart Export](https://wordpress.org/plugins/woocommerce-export/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-export/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-export/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-export/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-export/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-export/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Themology](https://wordpress.org/support/users/themology/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/exporting-variations/#post-5882333)
 * Status: resolved