docs: generate events reference (#12341)
* docs: generate events reference * change link in navbar * fix redirect
This commit is contained in:
@@ -2124,7 +2124,7 @@ You can confirm that the loyalty points were deducted either by sending a reques
|
||||
|
||||
You've now implement a loyalty points system in Medusa. There's still more that you can implement based on your use case:
|
||||
|
||||
- Add loyalty points on registration or other events. Refer to the [Events Reference](../../../events-reference/page.mdx) for a full list of available events you can listen to.
|
||||
- Add loyalty points on registration or other events. Refer to the [Events Reference](/references/events) for a full list of available events you can listen to.
|
||||
- Show the customer their loyalty point usage history. This will require adding another data model in the Loyalty Module that records the usage history. You can create records of that data model when an order that has a loyalty promotion is placed, then customize the storefront to show a new page for loyalty points history.
|
||||
- Customize the Medusa Admin to show a new page or [UI Route](!docs!/learn/fundamentals/admin/ui-routes) for loyalty points information and analytics.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user