How can I add page numbers to my Debut theme?

Hello, I’m currently using Debut Theme and I would like to add numbers to my pages so that customers can go to a specific page rather than clicking next continuously, is this possible, and how do I do this?

thanks,

Hey @SamWallpaper .

Thanks for reaching out.

I appreciate that you have let us know which theme you are using on your online store, that is very helpful! Looking into the options available using the Debut theme, it looks like we are unable to add page numbers using the Theme Editor. In this case, since the Debut theme is designed and supported by Shopify, we can use free design time for Shopify themes to connect with our internal team to make the changes on your behalf.

If you are interested in using the design time, you will need to login to your store using our Contact Us page. This will allow us to securely verify you as the store owner before speaking with a Support Advisor.

Let me know if you have any questions.

  1. Select Product pages.

  2. Click the Product pages section.

  3. Use the settings to customize your product pages section.

  4. Click Save.
    Find the theme you want to edit, and then click Actions > Edit code.

  5. In the Templates directory, click collection. liquid .

  6. In the code editor, find the following code: {% paginate collection. Products by 9 %} In the above that example, the default number of products per page is 9. …

  7. Click Save.