Display all three products from spring collection (total 3) on a Product Description Page

Topic summary

Goal: show all three products from the “spring” collection on a single Product Description Page (PDP), each with its full product details/sections, by looping the template over the collection.

Context: The OP shared a test PDP link and password; the first link was broken, then corrected. They want the page to scroll through all three products from a specific collection/category.

Feasibility: A responder confirmed it’s possible but requires changes to both Liquid (Shopify’s templating language) and JavaScript (JS) to handle multiple product instances on one PDP.

Status/next steps: The OP is comfortable editing code and requested specific Liquid/JS snippets or guidance. No implementation details or code have been provided yet. The discussion remains open and unresolved.

Summarized with AI on January 2. AI used: gpt-5.

I have a spring collection with three products in it. I would like to display all three products on a product description page, each having its own all the attributes as currently shown for a single product. Is there a way to loop the code on the product description page so instead of showing an individual product it could display all three products on the same page (scrolling down) from a specific category?

I will appreciate getting any help to achieve the desired outcome for this issue.

I have set up a testing site for this issue.

https://2adc7a-2e.myshopify.com/products/sample-product

Password 234

Sorry the previous link is non-working. Here is the working link:

https://2adc7a-2e.myshopify.com/products/sample-product

Password 234

Hello @VKF

Welcome to Shopify Community.

So you want to show all the three products of spring collection on one product page. Yes this is possible but along with changing the liquid code, JS needs to be altered too.

Thanks

Thank you so much!

I’m comfortable editing those files if you could help me providing with the code that needs to be changed. I’ll really appreciate it.