Title: Coupon Export
Last modified: July 5, 2018

---

# Coupon Export

 *  Resolved [tuckerian](https://wordpress.org/support/users/tuckerian/)
 * (@tuckerian)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/coupon-export-2/)
 * Hey there, I’m using the plugin to mass generate coupon codes for an upcoming
   promotion and I can see within the Coupons panel of WooCommerce that I have 5,000
   + coupons in the account, yet when I export my coupons, I’m seeing less then 
   1,000 on the CSV. Any idea as to why this could be? Immediate support would be
   fantastic as the issue needs to be solved for the campaign to run. Thanks so 
   much in advance.

Viewing 1 replies (of 1 total)

 *  [mujeebur](https://wordpress.org/support/users/mujeebur/)
 * (@mujeebur)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/coupon-export-2/#post-10468054)
 * Hi [@tuckerian](https://wordpress.org/support/users/tuckerian/),
 * The issue could be related to WP memory limit exhausting while trying to fetch
   all the data. Please check for errors under WooCommerce>Status>Logs>fatal error
   log.
 * You can increase the WP memory limit by adding this line the wp-config.php before
   require_once(ABSPATH . ‘wp-settings.php’);
 *     ```
       define('WP_MEMORY_LIMIT', '1024M');
       define('WP_MAX_MEMORY_LIMIT', '1024M');
       ```
   
 * Let us know how it goes.

Viewing 1 replies (of 1 total)

The topic ‘Coupon Export’ is closed to new replies.

 * ![](https://ps.w.org/order-import-export-for-woocommerce/assets/icon-256x256.
   gif?rev=3133964)
 * [Order Export & Order Import for WooCommerce](https://wordpress.org/plugins/order-import-export-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/order-import-export-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/order-import-export-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/order-import-export-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/order-import-export-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/order-import-export-for-woocommerce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [mujeebur](https://wordpress.org/support/users/mujeebur/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/coupon-export-2/#post-10468054)
 * Status: resolved