{{ "ACTIVATE_LICENSE" | translate }}
To activate your Production license, please follow the instructions below:
- Please enter the purchase code from your CodeCanyon account for this item. Click here to find your purchase code.
- Click on the "Activate License" button below.
- Login with codecanyon purchase account or already login then click on approve.
- A token has been generated.
- The system will redirect you to the login page. Kindly login again to continue.
- Enjoy full access to all features.
- Important: After activating the production license for a specific domain or sub-domain, token regeneration for another domain or sub-domain will not be permitted.
@if((activatedForm.get('purchaseCode')?.touched || activatedForm.get('purchaseCode')?.dirty) &&
activatedForm.get('purchaseCode')?.errors) {
@if(activatedForm.get('purchaseCode')?.errors?.['required']) {
{{'PURCHASE_CODE_IS_REQUIRED' | translate}}
}
@if(activatedForm.get('purchaseCode')?.errors?.['minlength']) {
{{'PLEASE_ENTER_VALID_PURCHASE_CODE' | translate}}
}
}