How to show more products on collection pages? Stiletto Theme

Hi, I am making a new upgrade to my store, and just bought Stiletto Theme

Anyone who can help with some coding, so there are shown 120 products on each page (four products in a row, and 30 rows in total, on each collection page) Thank you very much!

https://70125bsi242n69y1-57068945600.shopifypreview.com/collections/alle-smykker

(Preview only available in two days)

.

.

.

.

.

.

.

.

@GemPages_Agents

@KetanKumar

@hammadCodes

@PaulNewton

@Ninthony

@dmwwebartisan

@ExpertRookie

@MandasaTech

@GemPages

@Mike-Omega

For this you need to change code in collection.liquid file. Change pagination limit of products in liquid tag to 120 per page.

Hi @NomtechSolution thanks for your reply.

I also saw that in another thread, and have already tried that. Unfortunately there are no file named “collection.liquid file” so i dont know what to do. Maybe it have something to do with the theme. I use the Stiletto theme? I hope you can help. thanks!

Need to check code of store to let you know exact file

@NomtechSolution can I send you something? What information do you need?

Yes i need to check theme files

Hi @NomtechSolution , this is my “theme.liquid” file

{% render 'meta-description' %}

{%- if settings.favicon != blank -%}

{%- endif -%}

{%- capture seo_title -%}
{%- if request.page_type == ‘search’ and search.performed == true -%}
{{ ‘search.heading’ | t: count: search.results_count }}:
{{ ‘search.results_with_count’ | t: terms: search.terms, count: search.results_count }}
{%- else -%}
{{ page_title }}
{%- endif -%}
{%- if current_tags -%}
{%- assign meta_tags = current_tags | join: ', ’ -%}
– {{ ‘general.meta.tags’ | t: tags: meta_tags -}}
{%- endif -%}
{%- if current_page != 1 -%}
– {{ ‘general.meta.page’ | t: page: current_page }}
{%- endif -%}
{%- assign escaped_page_title = page_title | escape -%}
{%- unless escaped_page_title contains shop.name -%}
– {{ shop.name }}
{%- endunless -%}
{%- endcapture -%}

{{ seo_title | strip }}

{% render ‘social-meta-tags’ %}

{% render ‘theme-setup’ %}
{% render ‘theme-setting-vars’ %}
{%- render ‘theme-globals’ -%}

{{ content_for_header }}

{% if settings.enable_page_transitions %} {% render 'page-transition-overlay' %} {% endif %}

{% sections ‘header-group’ %}
{% sections ‘overlay-group’ %}

{%- if settings.enable_quick_search -%}
{% render ‘quick-search’ %}
{%- endif -%}

{{ content_for_layout }}

{% sections ‘footer-group’ %}

{% render ‘store-availability-drawer’ %}
{% render ‘quick-view-modal’ %}
{% render ‘modal’ %}
{% render ‘back-to-top’ %}

{{ ‘//www.youtube.com/iframe_api’ | script_tag }}
{{ ‘//cdn.shopify.com/shopifycloud/shopify-plyr/v1.0/shopify-plyr.css’ | stylesheet_tag }}

.apicons.apicons-desktop { display: flex; border-top: 2px solid #a79828; border-style: solid; border-image-slice: 1; border-bottom: 0; border-left: 0; border-right: 0 !important; } @media screen and (min-width: 1024px) { .footer__bottom { justify-content: flex-end; margin-bottom: -70px; } } {{ 'theme-deferred.css' | asset_url | stylesheet_tag }}

I can check by see in the store code

@NomtechSolution Okay I see, please send the coding if you figure out how to change it. I really will appreciate that, thanks!

I can check coding by looking into your store code only if had access.

@NomtechSolution you have access here: https://vyxra214nj49ooro-57068945600.shopifypreview.com/collections/alle-smykker

Thanks!