Reorder "all products page"

Topic summary

A user seeks help reordering products on their Shopify “all products” page (not a standard collection). They want to arrange products by category: bundles first, followed by oils, then masks.

A developer suggests a solution involving:

  • Creating tags or identifiers for each product category
  • Modifying the template file that renders products
  • Organizing products into separate arrays (bundles, oils, masks) and displaying them in the desired sequence

The developer references similar work done for another client where sold-out products were automatically moved to the bottom. The issue remains open as implementation details are being discussed.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

Hello,

Is anyone able to assist me in reordering my “all products” page products? This page is not a collection.

URL: https://www.samiyaskincare.com.au/collections/all

How are you looking to reorder this? I mean in what bases or condition?

For example here is a reference site for a cli nt i worked with: www.eluxestore.de

If you see the all collections page or even any collection page the all the sold out products are showing at the very bottom and the available ones at the very top.

I would like bundles to be at the top, followed by oils and then masks. Would you know how to do this? Thanks

Yeah, since i have done something similar much easier than this but the i believe the logic will be the same. For your requirement we will need to make some adjustments. So we will create tags or some sort of identifier for all the products. Then the file which is responsible to render the products, we can modify that to create multiple arrays of products for your case, bundles, oils and then mask and render it in that order.