Hi. I am finally getting around to installing the 2019 version of the WooCommerce activation kit.
I set everything up and I am receiving an error message when I go to activate the trial version of the product.
View attachment 1764
Here is the code that I entered in my JSON file (keys removed):
Variation # 14744 should not have an expiration date, so I removed that line. Is there something else that I did wrong?
I set everything up and I am receiving an error message when I go to activate the trial version of the product.
View attachment 1764
Here is the code that I entered in my JSON file (keys removed):
Code:
{
"products": {
"14739": {
"title": "SE_DEMO",
"xlspadlockprivatekey": "{xx}",
"xlspadlockmasterkey": "xx",
"variations": {
"14743": {
"usehardwarelocking": 1,
"maxactivperorder": 2,
"keymaxdays": 14,
"shownagscreen": 1
},
"14744": {
"usehardwarelocking": 1,
"maxactivperorder": 2,
"shownagscreen": 0
},
}
}
}
}