I want my website on shopify to have more than 9 products showing in each section. i want the products to go invariable other than having 9 products on each page. how to make that happen?
Did you check in the theme customizer is there any option to change the pagination to an infinite scroll?
If not then have to do some custom coding in the theme for that, you have to give me Collaborator access so I can check and help you out.
Best Regards,
Rock Technolabs
2 Likes
Couldn’t find anything related to pagination, any other option other than chnaging the code?
No there is no other option I have to do custom coding.
Do you want to show more than 9 products or infinite scroll?
If you want to show more then 9 then check this code in collection file
{% paginate collection.products by %}
After by, you can add the number which number of product you want show.