Blog

Shopify Store Picker: The In-Cart Pickup Selector

2026-06-03 · Updated 2026-06-03 · BopiSafe Team

A store picker is the in-cart component that lets a shopper choose which of your stores to collect from — showing live stock at each store, sorted by priority and distance. It is the difference between a pickup shopper guessing at a location name and seeing, before they buy, exactly which store has their item ready. For a multi-location store, it is the single most important piece of the buy-online-pickup-in-store experience.

This guide covers what Shopify gives you natively, where it falls short for multiple locations, and what a real store picker does differently.

What is a store picker on Shopify?

A store picker is the storefront control where a customer selects a pickup location. Shopify has a basic version built in: when you enable pickup at more than one location, the product page shows one store’s availability and a “Check availability at other stores” link that expands into a list of your locations and whether each has the item.

That native control is genuinely useful for a single-location store, and it is the right starting point — enable pickup per location first, as covered in our BOPIS setup guide. The Shopify Help Center documents how the availability check works.

The gap shows up the moment you run two or more stores with different stock. The information a pickup shopper needs most — which of your stores has this right now — sits one click behind a small link, unsorted, on the product page rather than in the cart where the buying decision happens.

Why does Shopify only show one store’s availability?

By design, Shopify’s product page surfaces a single primary location to keep the layout clean, and tucks the rest behind the availability link. For most shippable catalogs that is the right call. For pickup it inverts the priority: the pickup shopper is location-first, and you have made location a secondary, hidden detail.

Three concrete problems follow for multi-location stores:

  1. Discovery. A text link is easy to miss. Shoppers who do not notice it assume you only offer the one store shown.
  2. No ranking. The native list does not sort by stock or distance. A shopper can pick a store that is further away or out of stock because nothing steers them to the best option.
  3. It informs, it does not commit. The native check tells the shopper about availability; it does not move the store choice into the cart as a decision they carry through checkout.

None of this is a bug — it is Shopify keeping the product page general-purpose. It just means a multi-location pickup store has to bring the store choice forward itself.

Native availability check vs. a real store picker

Here is how the two compare for a store running pickup across several locations.

CapabilityNative “check availability”In-cart store picker
Where it livesA link on the product pageInside the cart, in the buying flow
Per-store stockShows availability per locationShows live stock for the cart’s items per store
SortingUnsortedPriority, then distance
Out-of-stock / full storeListedVisible but unselectable (greyed, sunk), auto re-enables
CommitmentInformationalShopper selects one store, carried into checkout
Express checkout (Shop Pay)BypassedEnforced at checkout, so it still applies

The native check answers “is it somewhere?” The picker answers “where should I go, and can that store actually fulfill?” — which is the question that decides whether the pickup order happens.

What a good in-cart store picker does

A store picker built for multiple locations does four things the native link does not.

Shows live per-store stock. For the items in the cart, each store displays its real-time pickup stock. This should come straight from Shopify’s own inventory, webhook-synced, so the picker, your admin, and your point of sale all read the same number. The mechanics of surfacing that stock are covered in showing per-store stock for pickup.

Sorts by priority, then distance. In-stock stores rise to the top. You can push a flagship up with priority, and distance breaks ties. Pure distance ranking sends shoppers to the closest store even when it is empty — see sending pickup shoppers to the nearest location for why stock has to come first.

Keeps unavailable stores visible but unselectable. A store that is out of stock for an item, or at its daily capacity, stays in the list — greyed out and sunk below the stores that can fulfill, never hidden. The shopper sees it exists and picks another. We cover the reasoning in what happens when a pickup store is out of stock.

Commits to one store per checkout. The shopper chooses a single pickup store. Items not stocked there are handled separately rather than forcing the whole order to one location. One store per pickup means a clean handoff for your counter staff.

Does the store picker work with Shop Pay and on mobile?

This is where a lot of pickup setups quietly break. Express checkout buttons — Shop Pay, Apple Pay, Google Pay — can skip the cart page entirely. Any picker or pickup rule that lives only on the cart page is bypassed when a shopper taps the express button, and the order slips through without a valid store.

The fix is to enforce the pickup logic at the cart and checkout layers, not just in cart-page markup. When the rules run at checkout, the picker’s constraints apply on every path, express buttons included. The same principle protects the rest of your pickup flow — see why Shop Pay skips pickup logic.

Mobile matters just as much. Most Shopify checkout traffic is now mobile, so the picker needs large tap targets, a list-first layout, and stock status that is readable at a glance. A map that fights native scroll or tiny radio buttons will leak conversion on the exact device most pickup shoppers use.

Why the picker is the centerpiece, not the split

It is tempting to think of multi-location BOPIS as “the thing that splits mixed carts.” Splitting matters, but it is a supporting mechanic. The experience a shopper actually engages with is the picker: seeing which store has their item and choosing where to collect.

When a cart mixes pickup and shipping items, the pickup group is simply where the picker appears — each group goes through its own native Shopify checkout, and the picker handles the pickup half. The full flow is covered in how mixed carts split into pickup and shipping. The headline is the store choice; the split is what lets that choice coexist with shipping in one cart.

The demand behind getting this right is large. US buy-online-pickup-in-store sales reached an estimated $154.3 billion in 2025 — about 10.5% of e-commerce — and are projected to grow to roughly $177.9 billion in 2026, per Capital One Shopping research. The same research notes 85% of pickup shoppers made an additional purchase when they came in to collect. The picker is what turns “I want to pick up” into a completed order and a store visit.

A pickup shopper’s journey through the picker

Walk through what a real shopper experiences, using a three-store apparel chain as the example.

A customer in a mid-size city wants a specific jacket in their size. They add it to the cart and open the pickup option. Instead of a bare list of three store names, the picker shows them context:

The in-stock stores rise to the top, ranked by distance. Airport Mall stays visible but unselectable, so the shopper isn’t left wondering whether it exists — they can see it simply doesn’t have this item right now. They pick Downtown, check out through native Shopify checkout, and get a pickup-ready notification.

Now change one detail. Between cart-add and checkout, Downtown’s last unit sells at the register. A picker backed by a checkout-time re-check catches it: the shopper is told Downtown just sold out and Riverside has two, and they switch with one tap. Without that re-check, the order goes through and the customer drives to an empty shelf — the single most common BOPIS complaint at multiple locations.

That second scenario is the difference between a picker that displays stock and one that enforces it. The display gets the shopper to choose; the enforcement makes the choice reliable. The inventory side of this is covered in showing per-store stock for pickup.

For a shopper on a phone during a commute, that clarity — in-stock stores first, a clear pick, a reliable confirmation — is what converts a “maybe I’ll pick it up” into a completed order.

Common mistakes

The recurring picker mistakes are the mirror image of the four traits above: relying on the native link alone past two locations, sorting purely by distance (it sends shoppers to the closest empty store), hiding full stores instead of greying them out (which generates “where did my store go?” tickets), and building picker logic that only runs on the cart page (express checkouts bypass it). Each looks fine in a quick test and leaks orders in production.

Where Shopify defaults stop and BopiSafe begins

Native pickup and the “check availability” link are enough for a single store with simple stock. Past that — two or more locations, stock that differs by store, express-checkout traffic — the store choice needs to move into the cart and be stock-aware.

BopiSafe is complete multi-location BOPIS built around exactly that: shoppers see real-time per-store stock in an in-cart store picker, sorted by priority and distance, with out-of-stock and at-capacity stores visible but unselectable. It enforces the pickup flow at the cart and checkout layers so Shop Pay can’t bypass it, handles the mixed cart by splitting it into native checkouts, and keeps the whole thing on Shopify’s modern checkout enforcement layer — no theme rewrite, no perceivable latency.

Next steps

Written by the BopiSafe team — we build BOPIS infrastructure for Shopify merchants. Have a question this guide didn’t answer? Email support@bopisafe.com.

Frequently asked questions

Does Shopify let customers choose which store to pick up from?

Partially. When you enable pickup at more than one location, Shopify shows one store's availability on the product page and a "Check availability at other stores" link that opens a list. It works, but it is a small link most shoppers miss, it shows availability rather than letting them commit to a store inside the cart, and it does not sort stores by stock or distance. A dedicated store picker moves that decision into the cart where the shopper is actually buying.

Why does Shopify only show one store's pickup availability by default?

Shopify's product page is built to show a single primary location's availability to keep the page clean. The other locations sit behind the "Check availability at other stores" link. For a single-location store that is fine. For a multi-location store it buries the exact information a pickup shopper needs — which of your stores has this item right now — one click deeper than it should be.

What is the difference between a store picker and a location dropdown?

A plain dropdown lists location names with no context, so the shopper guesses. A real store picker shows live stock for the items in the cart at each store, sorts stores by priority then distance, and marks out-of-stock or full stores as visible-but-unselectable. The shopper sees which store can actually fulfill before they commit, instead of choosing a name and finding out at pickup that the item is not there.

What happens in the picker if a store is out of stock or at capacity?

It stays visible but becomes unselectable — greyed out and sunk below the stores that can fulfill. It is never hidden or removed from the list. Showing the store, clearly unavailable, is deliberate: the shopper sees the store exists and picks another one, rather than wondering why their nearest location vanished. The store re-enables automatically when stock returns or capacity frees up.

Can a customer pick up part of an order at one store and part at another?

No. A shopper chooses one pickup store per checkout. Items not available at the chosen store are handled separately rather than forcing the whole order through one location. This keeps the handoff simple for your staff and matches how Shopify orders are fulfilled.

Does the store picker work with Shop Pay and on mobile?

Yes, when the pickup flow is enforced at the cart and checkout layers rather than only on the cart page. Express checkouts like Shop Pay and Apple Pay can skip the cart page, so picker logic that lives only there leaks. A picker driven by checkout-time enforcement applies on every path. On mobile, the picker should use large tap targets and a list-first view, since most pickup traffic is now mobile.

Does adding a store picker require editing my theme?

It should not require a theme rewrite. A well-built picker reads per-product pickup rules and per-store stock and renders inside your existing cart, so you keep your theme. Avoid solutions that inject heavy JavaScript or rebuild your cart drawer — they create maintenance work every time you change themes.

How many pickup locations can a Shopify store offer?

Shopify supports in-store pickup for up to 20 locations, provided multi-location inventory and multi-origin shipping are enabled. A store picker matters more as you add locations: with two stores a link is tolerable; with eight, shoppers need stock-aware sorting to find the right one quickly.

Want pickup that doesn't break? See how BopiSafe works →

New to BopiSafe? Use code BOPISAFE30 at plan selection for a 30-day free trial instead of 14.