Keep the Cart in View on Mobile POS: A Deep Dive into Shopify POS v11.15

Shopify POS v11.15 adds a persistent cart button on mobile devices, keeping key cart details visible as staff navigate. Learn what changed, who’s affected, and how to roll it out today.

Keep the Cart in View on Mobile POS: A Deep Dive into Shopify POS v11.15
6 sections

Shopify’s latest POS release, version 11.15, brings a subtle yet powerful UI overhaul for mobile staff: a persistent cart button that stays in view while they move through the app. For merchants who rely on iPhone or Android devices on the shop floor, this means the cart’s item count, recent additions, and total are always visible, and the full cart can be opened with a single tap. In this post we break down the update, explain who should care, and give you a quick checklist to make the most of the new experience.

What’s New in POS v11.15

  • Persistent cart button – Replaces the old “Cart” tab at the bottom of the navigation. The button shows the last 1‑2 items added, the total number of line items, and the running subtotal. * One‑tap cart access – From Home, Products, Orders, or Search, a single tap expands the full cart overlay. Closing the overlay returns staff to exactly where they left off. * Live change confirmation – When a discount, customer, staff assignment, custom sale, or fee is applied, a brief toast appears on the button, confirming the update without forcing the user to open the cart. * Updated navigation – The persistent button is now the primary cart entry point, eliminating the previous “Go to cart” bar at the top of screens.
  • Why This Matters for Merchants

    For merchants, the biggest pain point on mobile POS has always been losing context. Staff would often tap the cart icon, make a change, then have to navigate back to the product they were scanning—a workflow that adds friction and increases the chance of mistakes. By keeping the cart’s essential data in sight, POS v11.15 reduces taps, shortens transaction time, and gives staff confidence that every discount or fee has been applied correctly. The update also aligns mobile POS with the desktop experience, where a persistent sidebar has existed for years.

    How to Use the Persistent Cart Button

  • Update your POS app – Ensure your iOS or Android POS app is on version 11.15 or later. The update rolls out automatically through the App Store or Google Play, but you can manually check “Settings → About → Check for updates.”2. Spot the button – At the bottom of the screen you’ll now see a small cart badge showing a mini‑list of recent items, the total count, and the subtotal. The badge is tappable; a long‑press reveals a quick preview of the last three items added.3. Open the full cart – Tap the badge to slide up the full cart view. From here you can edit quantities, apply discounts, assign a customer, or add custom fees just as you would on the desktop admin.4. Close and continue – Swipe down or tap the “X” to dismiss the overlay. You’ll land back on the exact screen (Product list, Search results, etc.) you were on before opening the cart, preserving workflow continuity.
  • Impact on Developers

    Developers building custom POS extensions or integrations don’t need to change any APIs – the cart data model remains the same. However, there are a couple of practical considerations:* UI consistency – If your app injects its own cart button or overlays, you’ll want to respect the new persistent button to avoid duplicate UI elements. The POS SDK now exposes a CartButtonVisibility flag you can query: ShopifyPOS.UI.setCartButtonVisibility(false) if you need to hide your own control.* Real‑time updates – The persistent button listens to the same cart webhook events (cart/updated, discount/applied, etc.). Ensure any custom cart mutations you perform via the POS GraphQL API trigger the standard events so the button reflects the change instantly.* Testing – Use the POS simulator (available in the Shopify CLI) with the --pos-version=11.15 flag to verify that your custom screens still navigate correctly after the cart overlay is dismissed.

    Actionable Checklist for Your Store

  • Upgrade POS devices – Confirm every iPad, iPhone, or Android handset is running v11.15. Schedule a brief downtime if needed.- Train staff – Run a quick 5‑minute walkthrough showing the new button, how to open the full cart, and how the “live confirmation” toast works. Highlight that they no longer need to navigate back to the cart tab.- Audit custom apps – Review any in‑store apps that modify the POS UI. Disable or adjust custom cart buttons to prevent UI clutter.- Monitor cart metrics – After rollout, compare average transaction time and cart‑abandonment rates in POS reports. You should see a dip in average checkout duration.- Feedback loop – Encourage floor staff to report any edge‑case where the button doesn’t update (e.g., after a bulk discount applied via a custom script). Use those reports to fine‑tune your integrations.
  • Conclusion & Next Steps

    Shopify POS v11.15’s persistent cart button may look like a modest UI tweak, but it directly tackles the friction that slows down mobile sales. Merchants get a smoother checkout flow, staff gain confidence, and developers retain a stable API surface while enjoying a more polished user experience. Upgrade today, train your team, and watch the impact on speed and accuracy at the point of sale. Need help updating your devices or adjusting a custom POS extension? Reach out to our Shopify development team for a quick audit and implementation plan.

    Tags
    Sources

    Related Articles

    Multi‑Currency Payouts Roll Out to Australia and France – What Shopify Merchants Need to Know
    Platform Updates

    Multi‑Currency Payouts Roll Out to Australia and France – What Shopify Merchants Need to Know

    Shopify expands Multi‑Currency Payouts to Australia and France, letting Advanced and Plus merchants receive payouts in dozens of currencies. Learn who’s impacted, how to enable the feature, and the steps developers should take.

    September 11, 20263 min
    Capture WhatsApp Opt‑Ins Directly at Checkout
    Platform Updates

    Capture WhatsApp Opt‑Ins Directly at Checkout

    Shopify now lets merchants gather WhatsApp marketing consent right at checkout, turning every purchase into a lead‑generation opportunity. Learn how to enable the feature, what developers need to know, and best practices for turning opt‑ins into revenue.

    September 10, 20264 min
    Discounts Allocator Function API Preview Ends – Immediate Actions for Developers
    Platform Updates

    Discounts Allocator Function API Preview Ends – Immediate Actions for Developers

    The Discounts Allocator Function API preview is over and the API has been removed. Learn what changed, who is impacted, and how to update your app configuration to keep deployments running smoothly.

    September 10, 20263 min
    Create and Delete Dev Stores Directly from Shopify CLI 4.8
    Platform Updates

    Create and Delete Dev Stores Directly from Shopify CLI 4.8

    Shopify CLI 4.8 introduces terminal commands to create, list, inspect, and delete development stores, giving developers full control over their Dev Dashboard environments. Learn what changed, who it impacts, and how to automate store cleanup before hitting the new 250‑store limit.

    September 9, 20264 min