Skip to content

Licensing plugin

R.Brown edited this page Jan 4, 2021 · 13 revisions

License

TODO

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">

How To Use

Add Licensing plugin configuration before other commercial plugins and configure this by providing a valid customer number. Your customer number can be found on the order confirmation page shown after the successful transaction.

Customer number format: Ixxxxxxxx

GuideChimp.extend(guideChimpPluginLicensing, { id: "CUSTOMER-NUMBER" });

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

Clone this wiki locally