How can I get all products on one page with pagination?

Because paginate by max(1000)

So i get 4-5pages

i want to 1pages and all product

Hi @Yuiyi ,

Unfortunately, you can’t. You cannot exceed Shopify’s limit of 50 products per page. You can read more information here

Hi @Yuiyi

you can add infinite scroll for pages. Using JavaScript to get next page and insert after current page.

but it need loading…

i want the one page loading all pages product.

i no want to click nextpage and infinite scroll loading

huh what you want to do, as you can preload it before scroll down. is there any difference?

great guy,try it