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:
@@ -895,6 +895,34 @@ export const filesMap = [
|
||||
"filePath": "/www/apps/resources/app/storefront-development/cart/update/page.mdx",
|
||||
"pathname": "/storefront-development/cart/update"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/checkout/address/page.mdx",
|
||||
"pathname": "/storefront-development/checkout/address"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/checkout/complete-cart/page.mdx",
|
||||
"pathname": "/storefront-development/checkout/complete-cart"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/checkout/email/page.mdx",
|
||||
"pathname": "/storefront-development/checkout/email"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/checkout/page.mdx",
|
||||
"pathname": "/storefront-development/checkout"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/checkout/payment/page.mdx",
|
||||
"pathname": "/storefront-development/checkout/payment"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/checkout/payment/stripe/page.mdx",
|
||||
"pathname": "/storefront-development/checkout/payment/stripe"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/checkout/shipping/page.mdx",
|
||||
"pathname": "/storefront-development/checkout/shipping"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/page.mdx",
|
||||
"pathname": "/storefront-development"
|
||||
|
||||
@@ -7283,6 +7283,57 @@ export const generatedSidebar = [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/checkout",
|
||||
"title": "Checkout",
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/checkout/email",
|
||||
"title": "1. Enter Email",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/checkout/address",
|
||||
"title": "2. Enter Address",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/checkout/shipping",
|
||||
"title": "3. Choose Shipping Method",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/checkout/payment",
|
||||
"title": "4. Choose Payment Provider",
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/checkout/payment/stripe",
|
||||
"title": "Example: Stripe",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/checkout/complete-cart",
|
||||
"title": "5. Complete Cart",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user