• I’ve searched for a solution to this but haven’t found anything, and I can’t figure out if this is an issue somewhere in my theme or somewhere in the Woocommerce plugin. The problem is that when viewing any category, the last row of products cuts off and only shows one product. The next products show up, but they do so on the next page. This makes the first page of each category look like the only page if you don’t scroll far enough to see the navigation buttons, because we’re all used to a “short” row being the last row.

    For example: https://www.swaffordfineartphotography.com/product-category/vineyards/ The first two rows have 4 images each, but the next row has just 1 – and there are only 2 products on page 2 of this category, so they really should all fit on one page anyways. Any ideas on how to fix this?

    https://www.ads-software.com/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like you need to change the number of products per page to a multiple of 4. You could create a child theme, and put this code in functions.php for the child theme. Make sure there is a <?php tag on the first line. Alternatively, try a plugin. The first method would give more scope for other changes you may want to make..

    I have a similar problem. Each page of my shop shows only 3 products. I want all of my products on the same page, I only have 10 products.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Row layout – products pushed to next page’ is closed to new replies.