Viewing 2 replies - 1 through 2 (of 2 total)
  • Actually, there are 3 products in that page of yours as mentioned in that “Showing all 3 products”.

    The 3rd one seems to be: Baby Hat Twin Pack
    (http://australianbabygifts.com.au/product/baby-hat-twin-pack/)

    In the styles, it has

    .woocommerce ul.products li:last-of-type {
      display: none;

    that is why it is not shown/displayed as the other two.

    Try deactivating that css-rule or re-configure it.
    Maybe you have mis-configure total products to display in a page / in a row, etc…

    (PS: You can check that 3rd product is in the page from the source,
    or just test it by changing the product sort order to pricing-from-high-to-low)

    Thread Starter BarbBlashki

    (@barbblashki)

    Thanks so much ManusH – all fixed 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Only 2 products displaying on category page’ is closed to new replies.