> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.easystore.co/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Show more products on a collection page(Old theme only)

###### In this article:
1.  Introduction
2.  Steps on how to show more products on collection page
---
## 1. Introduction

This article will guide you on how to display more products on a collection page. For example, for Candy theme, the product display limit on a collection page is only 25 products. Now you can make it into 50 products per collection page.

**⚠️ Kindly take note :**
*   **?limit=50** will be shown behind all navigation-related URL links from the top bar and also, the mobile menu (which includes non-collection pages), in order to show 50 products per collection page    
* Old theme
*   Above all code editing, you will need to re-edit the code again if you switch to a new theme template
---
## 2. Steps on how to show more products on collection page

### For top bar :

Click on Channels > Online Store > Edit Source > snippets > **site-nav.liquid**

Search for all these listed codes below and add `?limit=50` behind **each of the url**, as shown in the image below and don't forget to save when you're done.

`{{ link.url }}`

`{{ parentlink.url }}`

`{{ childlink.url }}`

`{{ grandlink.url }}`

![](https://storage.crisp.chat/users/helpdesk/website/2e158b8d7c280800/aaa734c9-c74b-4ccf-843e-97ec00_ajur8l.png)

![](https://storage.crisp.chat/users/helpdesk/website/7fcba4e33dd32400/e780ebe3-1a00-45fe-bac0-dbad60_3kbi3m.png)

### Next, we move on to the mobile menu :

Go to Channels > Online Store > Edit Source > snippets > **mobile-nav.liquid**

Similar to top bar, search for all these listed codes below and add `?limit=50` behind **each of the url**, as shown in the image below and don't forget to save when you're done.

`{{ link.url }}`

`{{ parentlink.url }}`

`{{ childlink.url }}`

`{{ grandlink.url }}`

![](https://storage.crisp.chat/users/helpdesk/website/459dbb0b5d1a0800/4ba2b1ee-7264-4cf8-81f9-6801f5_itc46z.png)

![](https://storage.crisp.chat/users/helpdesk/website/c64e2478f56ab000/2ac63de9-b63c-4da5-9c16-aaae31_n3z1zz.png)

And you're all done!