Hello
I have the following scenario and I am using the Woocommerce Activation Kit.
thanks
I have the following scenario and I am using the Woocommerce Activation Kit.
- User places an order via Woocommerce frontend for a downloadable XLSPadlock compiled workbook.
- Note that the compiled file has "keymaxruns":2 in workbooks.json file set.
- User receives email with activation token, downloads the exe file and successfully opens the compiled exe.
- Note that the download files are being stored in Dropbox.
- Web administrator then replaces the file in Dropbox and the user downloads this file again.
- When the user tries to activate the new downloaded version of the file, the user receives an error that the max runs has been reached and the workbook cannot be activated. Thus locking the user out.
- I noticed in the order details in Woocommerce, the file that was just downloaded and the file that the user just tried to open and activate, the xlspadlock_runs_xxxx_xxxx.... custom field has a value of "0". If the Admin changes the value to "1", the user can again activate and access the new downloaded file.
thanks