Why is my featured collection only displaying 9 products?

Hi guys,

Two issues here, the first being why the featured collection is only displaying 9 products instead of 10 (there are over 10 in the collection).

2nd is why the mobile version only displays 3 products instead of 10 and if this can be resolved.

@Manful - please open this page in customize settings and check if you have an option to change the number

Hello @Manful ,

You can follow these steps:

  • Go to Online Store → Theme → Actions → Edit Code
  • Go to Sections → collection-template.liquid or file that have similar name
  • Look for this code:
{% paginate collection.products by 9 %}
  • Change the number 9 to 10
  • Go to Assets → theme.css.liquid
  • Add the following code:
@media only screen and (max-width: 749px) {
  .grid-item {
    width: 50%;
  }
}
  • Save and preview

Hope this can help. Let us know if you have any further questions.

Regards,

Ali Reviews team.

Hey @Manful :waving_hand:

Please do this checklist:

  • Go to the theme editor and make sure the collection section has been set to show 10 products.

  • Check the products in the collection to make sure they are visible on your store.

Hope that helps!

it only displays an option to change the number of rows between 1, 2, and 3.

Hi there,

-the option is between 1, 2 and 3 rows of which I’ve selected 2

-all products are visible in the collection

Hi there,

My theme doesn’t have collection-template.liquid but has featured-collections.liquid but doesn’t have any code that looks similar

-After adding the second bit of code to my theme.scss.liquid nothing has changed on the mobile version