Change the shipping option to list view

Hey folks ,
I’m configuring my checkout page and I was wondering i it is possible de have all shipping options in one list like this the user can see that pickup point are free without navigating to the pickup tab . I saw some website doing it

Hey @ahdbk

No, Shopify’s standard checkout splits shipping and pickup into separate tabs by design and you can’t merge them into a single list on standard plans. The tabbed UI is hardcoded into the checkout flow and isn’t editable through the theme or checkout customizer.

If you’re on Shopify Plus, you can use checkout extensions and Shopify Functions to customize the delivery method selection UI and present everything as one combined list. That’s how the stores you’ve seen are doing it. Still not trivial, requires dev work, but it’s possible.

On standard plans, the only workaround is making the pickup option more visible before checkout, like flagging “Free local pickup available at checkout” prominently on product pages, cart, and as a banner. Nudges customers to check the tab without changing the actual checkout UI.

Best,
Moeed

Hello @ahdbk , that isn’t possible on standard Shopify plans.
Shipping and Local Pickup sections cannot be shown together on Shopify checkout as both are separate by default in the Shopify checkout interface, which means they are coded in the UI of checkout and cannot be merged into one list via Shopify theme, checkout customizer, or apps on non-Plus plans. However, if you are using Shopify Plus, then this will be possible with Checkout UI Extensions + Shopify Functions.
This is something you must have seen on other websites too. In fact, this needs coding, but Shopify Plus stores get checkout customizations that aren’t possible with standard plans.

The best way to handle it for stores with standard Shopify plans would be to increase visibility of pickup before checkout.

Examples are:

  • “Free local pickup available” messaging on products
  • Pickup availability highlighted in the cart drawer/cart page
  • Use of announcement bars or banners
  • Estimated timing of pick-up close to the Add To Cart button