How to find out which checkout you have?
Shopify moved to Checkout Extensibility. Checkout.liquid is no longer around. There is no more need to figure out which checkout you have!
Shopify Plus stores can have two types of checkout pages: The checkout.liquid (within the edit code section of your theme files) and Checkout Extensibility, which is the upgraded version that makes it easier to to edit your checkout pages, improve conversions, grow revenue, and increase average order values.
Now, how do you find out which checkout your store is using?
Your store has the newest Checkout Extensibility if:
- The checkout URL or link has two characters after /checkout/ > storename/checkout/XX/stringofcharacters/ (It could be "cn" or "sh"):
- Your store is using the one-page checkout
Your store is using checkout.liquid if:
- The checkout URL or link does not have "/cn" or "/sh" in it
- Your store has a 3-page checkout and doesn't have the option for a 1 page checkout under Settings > Checkout > Checkout Editor > Gear icon
Now that you know these differences, you can select the perfect option when creating your checkout upsells:
Updated on: 02/04/2025
Thank you!