Debut theme won't display button to go to next page after showing 50 products

I have over one hundred products in my collection. I have debut set up to show 50 of them on the first page of shopify (which I understand is the maximum number possible?)

How do i get my shopify page to display an option to go to the next page (page 2, 3, etc) after the first 50 products shown at the bottom of the first page?

1 Like

@snacktm - check if you have an option to enable pagination by opening the page in customizer, else we will need to add code for it

@snacktm

yes please sent collection page

I’m not seeing an option to ‘enable pagination’ in customizer.

How would I add code for it?

1 Like

@snacktm - check this - https://shopify.github.io/liquid-code-examples/example/simple-pagination

@snacktm

find to something like this

{% paginate collection.products by 12 %} to change number as you like

this code find collection.liquid