Re: I have created my own custom mix and match page, having trouble getting more than 50 products

I have created my own custom mix and match page, having trouble getting more than 50 products

RaditivePrints
Tourist
6 0 1

Hey!

I made this page https://www.raditiveprints.com/products/select-radlings

I have over 80 of these things but for the life of me can't get the pagination or anything to let me have over 50 per page.  

can someone give me some clarity?

willing so share my code to help

 

Thank you

Replies 2 (2)

oscprofessional
Shopify Partner
16343 2438 3179

Hi @RaditivePrints ,

 

Shopify's default limit for products per page is 50, and this cannot be increased directly using the paginate tag due to Shopify's inherent restrictions.

If you want to display more than 50 products on a single page, you need to implement a "Load More" button or infinite scroll functionality. These techniques load additional products dynamically in batches (up to 50 at a time) without reloading the page.

Implementing "Load More" or infinite scroll requires custom coding. The process typically involves:

  1. Liquid Setup: Configuring your theme to enable pagination for the collection.
  2. JavaScript Integration: Writing code to fetch and append additional products to the product grid dynamically.
  3. Styling: Ensuring the UI looks seamless and matches the store's design.

If you're not familiar with coding, it's recommended to hire a developer to implement this functionality professionally, ensuring it works efficiently and does not impact your store's performance.

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
RaditivePrints
Tourist
6 0 1

So I have written the code myself,  it uses a dynamic grid that changes in width with the size of the screen.  But when I add the pagination code to my page, it gets rid of my grid completely and puts all items in one long row.  I have been fighting it all day trying to get this to work