• Resolved kyledab0y7

    (@kyledab0y7)


    Hello,

    I want to display more than 1000 products and I’ve changed the option to defined( ‘PWBE_MAX_RESULTS’ ) or define( ‘PWBE_MAX_RESULTS’, ‘10000’ ); but it still displays 1000 results.

    Can you please help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pimwick

    (@pimwick)

    If you have the Pro version, check the setting under WooCommerce -> Settings -> PW Bulk Edit.

    Otherwise, changing that should work in the free version. Try this instead of changing the plugin file directly:

    1. Download the wp-config.php from your FTP server.
    2. Keep a backup of wp-config.php in case there are problems.
    3. Edit wp-config.php and scroll to the end and add the following bit of code:

    Scroll towards the bottom, and before the line that says “Happy blogging.” add this code ABOVE that line:

    define('PWBE_MAX_RESULTS', '10000');
    
    /* That's all, stop editing! Happy blogging. */

    4. Save the wp-config.php file and re-upload it to your server.

    Plugin Author pimwick

    (@pimwick)

    I’m marking this thread as Resolved, let us know if you have any further questions. Best of luck with your store!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Setting more than 1000 results not working’ is closed to new replies.