I would like bundles to be at the top, followed by oils and then masks. Would you know how to do this? Thanks
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.