• Seems to import and export, but might be limited?

    I have almost 2000 products in Woo, but can only export 700 or so. Maximum or offset fields are at defaults, so it should export everything, right? Nope. Flaw or limitation?

Viewing 1 replies (of 1 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @ken-ivey,

    There are no limitations in the number of products that can be imported/exported using the plugin. The issue you are facing might be due to WP memory limit exhausting. Please try increasing the WP memory limit & execution timeout. To increase WP memory limit and execution timeout, try 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');
    set_time_limit(600);
    
Viewing 1 replies (of 1 total)

The topic ‘Limited?’ is closed to new replies.