@shiju-s/valoriz-loyalty-plugin
v1.0.8
Published
Medusa looyalty plugin
Downloads
4
Maintainers
Readme
Valoriz Medusa Loyalty Plugin
Enhance your Medusa store by rewarding your customers with loyalty points.
Features
- Earn loyalty points on purchases.
- Redeem points for cash during checkout.
- Configure multiple rule-based reward systems.
Prerequisites
Installation
- Navigate to your Medusa backend directory and run:
npm i @shiju-s/valoriz-loyalty-plugin
2. In medusa-config.js
add the following at the end of the plugins
array:
const plugins = [
// ...
{
resolve: "@shiju-s/valoriz-loyalty-plugin",
options: {
enableUI: true,
},
},
];