1.0.8 • Published 1 year ago

@shiju-s/valoriz-loyalty-plugin v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

  1. 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,
    },
  },
];