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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user