Online Activation with an Expired Trial Version

When using online activation with the WooCommerce kit and a key that expires (trial version), how is the customer suppose to re-activate the product after purchase? It asks for the activation token again but won’t the online activation process just point right back to the demo product activation folder that is encoded in the .exe at compilation time? I would imagine it would just re-issue a limited time trial activation again (from the workbooks.json file). Any options short of the customer deleting the original file and downloading a “different” product number, but the same exact file?

Thanks!

“It asks for the activation token again but won’t the online activation process just point right back to the demo product activation folder that is encoded in the .exe at compilation time”

By default, we don’t check whether the trial is over. The server will send a new key again. You can modify that behavior by editing the PHP code. We also have plans to add a time limit directly on the server.