docs: added checkout storefront guides (#7678)
* add first guides * added more guides * finished payment + added stripe * finished adding guides * updated generated sidebar
This commit is contained in:
@@ -1897,6 +1897,38 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/storefront-development/checkout",
|
||||
title: "Checkout",
|
||||
children: [
|
||||
{
|
||||
path: "/storefront-development/checkout/email",
|
||||
title: "1. Enter Email",
|
||||
},
|
||||
{
|
||||
path: "/storefront-development/checkout/address",
|
||||
title: "2. Enter Address",
|
||||
},
|
||||
{
|
||||
path: "/storefront-development/checkout/shipping",
|
||||
title: "3. Choose Shipping Method",
|
||||
},
|
||||
{
|
||||
path: "/storefront-development/checkout/payment",
|
||||
title: "4. Choose Payment Provider",
|
||||
children: [
|
||||
{
|
||||
path: "/storefront-development/checkout/payment/stripe",
|
||||
title: "Example: Stripe",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/storefront-development/checkout/complete-cart",
|
||||
title: "5. Complete Cart",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user