If you have already been using a plugin before it became a paid plugin, you might be applicable for a
free
license! Contact us at plugins@pinelab.studio
How do I install a license?
- Click the "Purchase" button of the plugin you'd like to purchase.
- You will receive a license key in your email
- Install the package with `npm` or `yarn` like you'd normally do.
- Activate the paid plugin by passing the license key to the plugin:
// .env file LICENSE=your-license-key
InvoicePlugin.init({ licenseKey: process.env.LICENSE, ... }),
- Your plugin is now activated!
- License checks are always offline, we don't do any network calls from your server to validate a license
- Don't share your license key, its meant for you personally and is bound to your email address
Why should I buy a license?
- For a paid plugin, a license key will remove warning logs and the warning displayed in the Vendure dashboard.
- You will get personal support when purchasing a license. This means we help you when you experience any issues with a plugin and get priority with any issues or feature requests on GitHub.
- A license can be used for unlimited websites that are build by you or your company
When do I need to purchase a license?
- Free plugins are free for personal AND commercial use and don't require any license key.
- Plugins that have a Purchase button are Paid Plugins and require a license key for commercial use.
- All plugins are free for personal use. Paid plugins will show a warning in the Vendure dashboard and server logs without a valid license:

Can I try a plugin before I purchase a license?
Yes, you can always install a plugin and try out all its features. Paid plugins will log a warning in the server logs and show a warning message in the Vendure dashboard without a license.
Contact us at plugins@pinelab.studio if you need any help.