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:
@@ -77,6 +77,12 @@ Then, if the request is interrupted for any reason or an error occurs, the clien
|
||||
|
||||
### Cart Completion Process
|
||||
|
||||
:::tip
|
||||
|
||||
You can learn how to override the cart completion strategy [here](./backend/cart-completion-strategy.md).
|
||||
|
||||
:::
|
||||
|
||||

|
||||
|
||||
The process is implemented as follows:
|
||||
@@ -160,5 +166,6 @@ A cart can have more than one shipping method. You can access the shipping metho
|
||||
|
||||
## See Also
|
||||
|
||||
- [How to override the cart completion strategy](./backend/cart-completion-strategy.md)
|
||||
- [How to implement the cart functionality in a storefront](./storefront/implement-cart.mdx)
|
||||
- [How to implement the checkout flow in a storefront](./storefront/implement-checkout-flow.mdx)
|
||||
|
||||
Reference in New Issue
Block a user