Skip to content
  • There are no suggestions because the search field is empty.

Standard Checkout vs Enhanced Checkout in Magento 2

Enable Amazon-style split shipping and delivery insights in Magento 2 checkout

Table of Contents

Overview

In this guide, we explore the differences between Standard Checkout and Enhanced Checkout in Magento 2. The Enhanced Checkout improves upon the standard experience by offering features like split checkout and Shipping Insights to enhance the shopping experience. 

Core Differences

  • Split shipping (Amazon-style): let shoppers choose delivery options per shipment.

  • Instant, responsive rate updates with minimal maintenance.

  • Richer delivery options: BOPIS / in-store pickup), time slots, and calendar dates.

  • Shipping Insights: detailed order data (packing specs, rates/methods, dispatch and delivery dates) to streamline fulfillment.

Feature Support Overview

                Legend: ✅ Supported | ⚠️ Some support | ❌ Not supported

Feature M2 Standard Enhanced Checkout
Calendar selector
Time-slot selector
In-store pickup map & selector
Freight accessorials
Residential / Commercial selector
Split checkout
Customer’s own carrier
Tooltips / helper text ⚠️
Customizable styles ⚠️
Shipping Insights GraphQL API

       “Some support” indicates partial/limited customization out of the box.

       Links to setup/theming guides are available in the source doc

Split Checkout

Split checkout offers a unique experience on Enhanced Checkout compared to Standard Checkout.

Example showing split checkout on Magento Split checkout example.

Standard Checkout

In Magento 2, you can enable Standard Checkout with Multi-origin functionality, but it shows a default view with merged rates. Merging prices and not displaying multiple delivery dates reduces transparency for customers, possibly contributing to cart abandonment.

Enhanced Checkout

Orders with multiple products that require separate shipments allow customers to choose delivery options for each. This feature provides cost transparency, visibility into delivery dates, pickup times, and locations.

Customizable Styles

Merchants have the flexibility to customize checkout aesthetics using their colors, fonts, and styles with CSS overrides. You can also translate fields to fit your locale. Learn more about theming Enhanced Checkout here.

View your Orders

Standard Checkout

Standard checkout provides basic shipment details like origins and shipping methods for orders from a single origin.

Sample showing how order details would look for Standard Checkout.

Enhanced Checkout

Enhanced Checkout offers rich shipping data through Shipping Insights. You can view user-selected options for each shipment, including carrier, method, packing, and delivery info all in one place.

Example of a sample report displaying shipping insights for a Magento order.

Other

GraphQL API access

Shipping Insights allows merchants to develop custom integrations by accessing data directly through the API. This ensures data transfer remains lightweight and enables custom integrations with Enhanced Checkout data.

Ready for PWA integration

Our React components and GraphQL API facilitate integration into Progressive Web Apps (PWAs). This supports merchants transitioning into API-driven headless ecommerce. While Enhanced Checkout supports PWA integrations, a pre-built Magento PWA Studio integration is not yet available.