0.0.2 • Published 5 months ago

@rsc-labs/medusa-store-analytics-pro-v1-custom-1 v0.0.2

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
5 months ago

Customized, commercial version of Medusa Store Analytics v1

Copyright 2025 RSC-Labs, https://rsoftcon.com/. All rights reserved.

Commercial License

It is commercial software. To use it, you must obtain a license and agree to the License Terms.

Installation

  1. Install the MIT package with yarn add @rsc-labs/medusa-store-analytics or npm i @rsc-labs/medusa-store-analytics.
  2. Install the commercial package with yarn add @rsc-labs/medusa-store-analytics-pro-v1-custom-1 or npm i @rsc-labs/medusa-store-analytics-pro-v1-custom-1.
  3. In medusa-config.js, add plugins to the plugins:
const plugins = [
  // ... other plugins
  {
    resolve: `@rsc-labs/medusa-store-analytics`,
    // Do not add enableUI
  },
  {
    resolve: `@rsc-labs/medusa-store-analytics-pro-v1-custom-1`,
    options: {
      enableUI: true,
      licenceKey: <licenceKey>
    }
  }
]