updated frontend checkout flow

This commit is contained in:
Shahed Nasser
2022-05-11 18:55:39 +03:00
parent 0a72ab4935
commit 652fcdcaaa
5 changed files with 342 additions and 123 deletions

View File

@@ -186,10 +186,6 @@ module.exports = {
type: "doc",
id: "advanced/backend/payment/how-to-create-payment-provider",
},
{
type: "doc",
id: "advanced/backend/payment/frontend-payment-flow-in-checkout",
},
]
},
{
@@ -222,6 +218,17 @@ module.exports = {
]
},
]
},
{
type: "category",
label: "Storefront",
collapsed: true,
items: [
{
type: "doc",
id: "advanced/storefront/how-to-implement-checkout-flow",
},
]
}
]
},