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:
Shahed Nasser
2024-06-12 19:46:06 +02:00
committed by GitHub
parent 7e7e6e3311
commit 85d487d90b
13 changed files with 1375 additions and 11 deletions
+32
View File
@@ -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",
},
],
},
],
},
{