Title: Smart Export does not export data
Last modified: August 24, 2016

---

# Smart Export does not export data

 *  Resolved [xplorion](https://wordpress.org/support/users/xplorion/)
 * (@xplorion)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/smart-export-does-not-export-data/)
 * I’m trying to export some orders from woocommerce and nothing happens. Reports
   tab / smart export / pick orders & date range nothing happens. There are many
   orders for the range.
 * Any ideals?
 * Thanks!
 * [https://wordpress.org/plugins/woocommerce-export/](https://wordpress.org/plugins/woocommerce-export/)

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

 *  Plugin Author [Themology](https://wordpress.org/support/users/themology/)
 * (@themology)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/smart-export-does-not-export-data/#post-6148364)
 * It’s because php memory limit is exceeded. You may have a lot of orders to export
   or a low php memory limit.
 * Two options you may follow :
 * 1. Increase the php limit you allow to php in your WordPress back-end. (But your
   hosting may not allow you as much memory as you want.)
 * Just add this line to your wp_config.php file (replace 1024M by any value you
   want) :
 * `define( 'WP_MAX_MEMORY_LIMIT', '1024M' );`
 * Or you can ask your host provider to increase the memory limit.
 * 2. Reduce the number of orders to export by filtering by date.
 * Thanks
 *  Plugin Author [Themology](https://wordpress.org/support/users/themology/)
 * (@themology)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/smart-export-does-not-export-data/#post-6148378)
 * We released our latest version with improve memory usage in panel display, that
   caused some blank screens, hope your problem will solve.

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

The topic ‘Smart Export does not export data’ 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/)

## Tags

 * [export orders](https://wordpress.org/support/topic-tag/export-orders/)

 * 2 replies
 * 2 participants
 * Last reply from: [Themology](https://wordpress.org/support/users/themology/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/smart-export-does-not-export-data/#post-6148378)
 * Status: resolved