Skip to content

Licensing plugin

R.Brown edited this page Apr 20, 2023 · 13 revisions

License

Commercial GuideChimp plugins require a valid customer account with the assigned plan and additional configuration, which will be used to validate the availability of particular GuideChimp functions or plugins for the given customer account.

Installation

Please refer to the plugins' installation and configuration Wiki page.

<script src="https://cdn.jsdelivr.net/npm/guidechimp@3/dist/plugins/licensing.js"></script>

How To Use

Add Licensing plugin configuration before other commercial plugins and configure this by providing a valid customer number or customer email used to acquire license(s). Your customer number or customer email can be found on the order confirmation page shown after the successful transaction.

Customer number format: Ixxxxxxxx

GuideChimp.extend(guideChimpPluginLicensing, { id: "CUSTOMER-NUMBER|EMAIL" });
...
GuideChimp.extend(guideChimpPlugin[NAME]);

Please contact us in case you cannot find your customer number by providing a valid email address used for plan acquisition.

Trials

Don't have a commercial plan and want to test commercial plugin functionality?!

Please follow these instructions:

  • register for a free "Open Source" account here
  • contact us and provide your assigned customer number and plugin name(-s) you want to test
  • we'll assign needed plugin licenses for your customer account (trial length: 7 days)
Clone this wiki locally