Product page listings

Hi,

I’ve noticed on my site and even your demo site that the product page listing seems to be missing two products at the bottom.

I have done a search on the forums but I can’t seem to find anything on this, is this intentional?

I’ve attached and image of your demo site displaying this behaviour. Is there a fix for this? It looks like the products are not displayed correctly.

Thanks

Absolutely typical!

I found the solution to my problem right after posting this topic! I spent a good hour or so looking at this too.

You can add the below code to your functions.php file:

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

As instructed on the WooCommerce website here.

Awesome great to see you got the solution found.

Please advise if you have more questions.

Have a fantastic day!