Shopify · May 29, 2026
Shopify collection sort order: all your options compared
Shopify gives you seven built-in sort options. Each has a job it’s good at and a job it’s bad at, and the wrong choice quietly costs you sales. Here’s the honest comparison.
The seven native sort options
These are what you’ll find in the Shopify admin under Products → Collections → (any collection) → Sort order.
Manual
You drag products into whatever order you want. The order stays put until you change it.
Use when: You have a small collection (under 30 products), a launch where order matters editorially, or a featured collection on the homepage where you want explicit control over the first row.
Skip when: Your catalog has hundreds of products. The maintenance burden compounds with every new product and every inventory change.
Best selling
Shopify’s algorithm. Ranks products by recent sales, weighted toward the last 30 days or so. The exact formula is not published.
Use when: You want a sensible default for any collection where “what’s selling” is what customers expect to see first. Your default for most product collections.
Skip when: You need a specific window (a 7-day trending view, a year-over-year holiday view, the last 90 days). You can’t configure the weighting. It also has no awareness of inventory state, so sold-out products can sit at the top.
Product title - A-Z or Z-A
Alphabetical. Predictable. No commercial logic.
Use when: Reference collections like “All Products” where customers might browse alphabetically. Or in B2B catalogs where SKU naming maps to sort position deliberately.
Skip when: This is your storefront’s default sort. You’re sorting by what’s easiest to read, not what’s most likely to sell.
Highest price / Lowest price
Self-explanatory.
Use when: Customers come to the collection with a clear budget intent. “Cheap gifts under $20” lands well with lowest-price sort. “Luxury watches” works as highest-price.
Skip when: Price isn’t the primary buying signal. For most non-budget-driven shopping, sort by price buries good mid-tier products and surfaces extremes nobody buys.
Newest
Sorts by product creation date, most recent first.
Use when: A “New arrivals” collection. New product launches where recency is the entire pitch.
Skip when: Your main collections. Newest != bestselling, and “new” loses meaning as the product ages. You’ll end up burying proven sellers under untested SKUs.
Oldest
Sorts by product creation date, oldest first.
Use when: Almost never. The use cases are narrow (archival collections, deliberate vintage signaling).
Skip when: Pretty much always.
The trade-off built into all of these
Every native option is one rule, applied identically to every product in the collection, regardless of inventory state, season, or campaign. That’s fine for a default. It’s not fine when:
- You want sold-out products at the bottom (no native option does this)
- You want to weight recent sales heavier or lighter than Shopify’s hidden algorithm does
- You want a different sort during a flash sale than during normal browsing
- You want seasonal logic (“rank by last December’s sales, not last 30 days”)
- You want to pin a few products to the top while ranking the rest dynamically
These are all reasonable Shopify merchant requests. The platform gives you no native answer.
What apps do differently
Sort apps fall into two categories.
Category 1: Schedule-based reshuffles
These apps run on a schedule and rewrite the collection’s manual sort order. The collection itself stays set to “Manual” inside Shopify; the app does the reordering behind the scenes.
Examples: RankRobin, Bestseller reSort, Easy Sort.
Pros: No theme code. Native sort options still available as fallback. Works with any theme. Compatible with Shopify Markets and B2B since it operates on the underlying collection.
Cons: There’s lag between an event (new sale, product sold out) and the next scheduled run. Most apps run hourly or daily, not in real time.
Category 2: Storefront-side reordering
These apps inject JavaScript that reorders products in the customer’s browser as the page loads.
Pros: Updates can be near-real-time.
Cons: SEO impact (search engines see the original Shopify order, not the reordered one). Performance impact (every page load runs JavaScript before showing the right order). Doesn’t work well with infinite scroll, server-side rendering, or pagination. Doesn’t work for ad landing pages where you want the visible order to match what’s indexed.
Storefront-side reordering used to be the only option, but in 2024-2025 most serious sort apps moved to schedule-based reshuffles for the SEO and performance reasons above.
Comparison table
| Manual | Best selling | RankRobin | |
|---|---|---|---|
| Configurable time window | n/a | No | Rolling, fixed, year-over-year |
| Choice of metric | n/a | Units (hidden weighting) | Units, revenue, order count, trending |
| Scheduled re-runs | n/a | Always live | Daily, hourly, manual |
| Pinned products | Yes (drag) | No | Yes |
| Push out-of-stock to bottom | No | No | Yes |
| Seasonal logic | No | No | Yes (year-over-year) |
| Works with all themes | Yes | Yes | Yes |
| SEO-safe (server-side) | Yes | Yes | Yes |
| Free plan | n/a | n/a | Yes |
What to pick
Default sort for product collections: Best selling. It’s a fine baseline.
You have 5+ collections and care about getting more from them: Use a sort app that schedules reorders server-side. RankRobin is the one I built, designed for this. Free plan covers a few collections, paid plans scale.
Featured collections on the homepage: Manual. The first row matters too much to delegate.
Reference collections (All Products, Sale): Best selling if commercial, A-Z if reference.
Holiday and seasonal collections: Schedule-based app with year-over-year window logic. Manual gets stale; best-selling can’t see seasonality.
What I’d not pay for
Apps that promise “AI-powered sorting” without telling you the metric they’re optimizing against. AI is fine; opaque is not. You should be able to read your sort rule in one sentence.
Apps that work via storefront JavaScript reordering. The SEO impact is real and quietly costs you ranking on collection pages.
Apps with no free tier, no free trial, and no preview of the rules engine. You can’t evaluate sort behavior from a screenshot; you need to see it run.
TL;DR
Most stores can stop here: use Best selling as the default, Manual for featured rows, install a sort app the moment you need windowed sorts, OOS handling, or seasonal logic.