docs: added a note about running migrations (#2875)

* docs: added a note about running migrations

* docs: fixed link
This commit is contained in:
Shahed Nasser
2022-12-22 12:12:21 +02:00
committed by GitHub
parent 7c0ae7f6ba
commit f4c9a4698f
2 changed files with 19 additions and 1 deletions

View File

@@ -5,11 +5,17 @@ import TabItem from '@theme/TabItem';
In this document, youll learn how to implement the claim order flow in a storefront to allow customers to claim their orders.
:::note
This flow was added starting from Medusa v1.7. You can learn more about upgrading in the [upgrade guide](../backend/upgrade-guides/1-7-0.md).
:::
## Flow Overview
When a guest customer places an order, their order is not associated with any customer. The order is only associated with an email that the guest customer provides during checkout.
This email must be an email that isnt used with an existing account. Also, this email cannot be used later on to create a new account. It can, however, be used to create another order as a guest customer.
This email must be an email that isnt used with an existing account. It can, however, be used to create another order as a guest customer.
After this customer registers with a different email and logs in, they can claim their order by providing the orders ID. An email will then be sent to the email address associated with the order.