updated frontend checkout flow

This commit is contained in:
Shahed Nasser
2022-06-16 17:06:53 +03:00
parent d0c384cba1
commit b3abf02a21
5 changed files with 342 additions and 123 deletions
+11 -4
View File
@@ -174,10 +174,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",
},
]
},
{
@@ -210,6 +206,17 @@ module.exports = {
]
},
]
},
{
type: "category",
label: "Storefront",
collapsed: true,
items: [
{
type: "doc",
id: "advanced/storefront/how-to-implement-checkout-flow",
},
]
}
]
},