Woocommerce 2019 keymaxdays always 1 day

nd09

New member
Hello,

I want to start useing the new woocommerce 2019 kit.

I configured the keymaxdays = 365 (in the JSON file).

After activation I checked the numbers of days remained with XLS Padlock build-in function:
Code:
Public Function ReadTrialState()
Dim XLSPadlock As Object
On Error GoTo Err
Set XLSPadlock = Application.COMAddIns("GXLSForm.GXLSFormula").Object
ReadTrialState = XLSPadlock.PLEvalVar("TrialState")
Exit Function
Err:
ReadTrialState = ""
End Function
and I get 1 (1 day).

I tried to change the keymaxdays to 1365, still same resulte.

Please check.

Thank you.
 
Last edited:
And if you wait two days, does the workbook expire?
Can you check by enabling the “Show nag screen” feature?
 
gdgsupport said:
And if you wait two days, does the workbook expire?
I checked now (after one day), and the function still returns 1.
gdgsupport said:
Can you check by enabling the “Show nag screen” feature?
I change the nag screen varieble (in the JSON file) to 1 but nothing happens, but I never used this feature before, so I don’t know what to expect…
 
Last edited:
Today, still returns 1…

Please check, I want to start using the woocommerce 2019.

Thank you.
 
Could you check your workbook with a manual activation key? You create that key with the key generator and set a maximum number of days manually.
 
sent…
please let me know if you get the mail (maybe untivirus will block the mail because the JSON file ?..)
 
Back
Top