Viewing 3 replies - 1 through 3 (of 3 total)
  • You can put this snippet in your (Child) themes functions.php:

    // Display 24 products per page. Goes in functions.php
    add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 24;' ), 20 );

    In my cas it is overriding the settings from the customizer. You only have to change the ’24’ to anything you want.

    Similar problem here. I set the plugin to display 20 products per page and it displays 10. It does read “displaying 1 – 12 of 364 products” at the top but only shows 10.

    I tried your fix but it didn’t work for me. Thanks anyways for the effort.

    Thread Starter rolfs

    (@rolfs)

    I don’t an child theme, so i haven’t tested the custom code.

    I just still use the older version of the plugin, and than it works fine.
    I hope that they will solve it in the future in the plugin itself.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘number of products on a page’ is closed to new replies.