docs: added override cart completion strategy (#3976)

* docs: added override cart completion strategy

* fixed eslint errors

* small fixes

* fixed eslint error
This commit is contained in:
Shahed Nasser
2023-05-01 20:38:34 +03:00
committed by GitHub
parent 257c2d1717
commit 708046d65f
4 changed files with 152 additions and 1 deletions
@@ -78,7 +78,16 @@ Developers can implement a seamless checkout flow that include steps related to
Customers can place orders using the checkout flow.
<DocCardList colSize={6} items={[
<DocCardList colSize={4} items={[
{
type: 'link',
href: '/modules/carts-and-checkout/backend/cart-completion-strategy',
label: 'Backend: Override Cart Completion',
customProps: {
icon: Icons['academic-cap-solid'],
description: 'Learn how to override the cart completion strategy.'
}
},
{
type: 'link',
href: '/modules/carts-and-checkout/storefront/implement-checkout-flow',