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
@@ -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).
:::
![Cart Completion Flowchart](https://res.cloudinary.com/dza7lstvk/image/upload/v1681828705/Medusa%20Docs/Diagrams/cart-completion_atqkhg.jpg)
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)