Checkout
The checkout process starts from the cart, moves cart items to an order, and ends with a completed purchase. In the React PWA Reference Storefront, all carts include a Proceed to Checkout button to start the process.
Checkout Workflow
The following steps summarize the shopperʼs checkout workflow in the storefront:
- In the Cart page, before shoppers start the checkout process, they have an opportunity to apply a promotion.
- Click Proceed to Checkout.
- In the Checkout Summary page, shoppers must add their shipping address, billing address, shipping option, and payment method.
- In the Order Summary area, click Complete Order.
- In the Review Your Order page, shoppers can review the order details and edit if necessary.
- Click Complete Purchase. The Summary page displays the purchase details, customer details, and items ordered.
You can reuse this workflow or change it to suit your store.
Related References
- Checkout and Order Processing in the Core Commerce documentation
- Payments in the Core Commerce documentation