docs: add a note to loyalty points guide (#12201)

This commit is contained in:
Shahed Nasser
2025-04-16 14:39:00 +03:00
committed by GitHub
parent ee35f3ce90
commit d98b560f26

View File

@@ -24,6 +24,12 @@ export const metadata = {
In this tutorial, you'll learn how to implement a loyalty points system in Medusa.
<Note title="Looking for a straightforward implementation?">
Medusa Cloud provides a beta Store Credits feature that facilitates building a loyalty point system. [Get in touch](https://medusajs.com/contact) for early access.
</Note>
When you install a Medusa application, you get a fully-fledged commerce platform with a framework for customization. The Medusa application's commerce features are built around [commerce modules](../../../commerce-modules/page.mdx), which are available out-of-the-box. These features include management capabilities related to carts, orders, promotions, and more.
A loyalty point system allows customers to earn points for purchases, which can be redeemed for discounts or rewards. In this tutorial, you'll learn how to customize the Medusa application to implement a loyalty points system.