Standard Checkout vs Enhanced Checkout in Magento 2
Enable Amazon-style split shipping and delivery insights in Magento 2 checkout
Table of Contents
- Overview
- Core Differences
- Feature Support Overview
- Split Checkout
- Customizable Styles
- View your Orders
- Other
- GraphQL API access
- Ready for PWA integration
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
Enhanced Checkout provides merchants with the ability to offer Amazon-style split shipping, allowing customers to select individual delivery options for each shipment. This responsive experience provides instant rate returns and requires minimal maintenance. It also supports delivery options like Buy Online Pickup In-Store (BOPIS), time-slot delivery, and calendar date selection. With Shipping Insights, merchants can enhance order fulfillment efficiency by accessing detailed order data, including packing specifications, shipping rates, methods, and dispatch dates.
Feature Support Overview
Split Checkout
Split checkout offers a unique experience on Enhanced Checkout compared to Standard Checkout.
With 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.
With 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
With Standard Checkout
Standard checkout provides basic shipment details like origins and shipping methods for orders from a single origin.
With 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.
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.