• Resolved tuckerian

    (@tuckerian)


    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)
  • Hi @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.