Checkout in Storefront
Once a customer finishes adding products to cart, they go through the checkout flow to place their order.
The checkout flow is composed of five steps:
- Email: Enter customer email. For logged-in customer, you can pre-fill it.
- Address: Enter shipping/billing address details.
- Shipping: Choose a shipping method.
- Payment: Choose a payment provider.
- Complete Cart: Perform any payment action necessary (for example, enter card details), complete the cart, and place the order.
You can combine steps or change their order based on your desired checkout flow. Once the customer places the order, you can show them an order confirmation page.
Tip: Refer to the Express Checkout Tutorial for a complete example of a different checkout flow.
Was this page helpful?