Upgrading from a previous release
To upgrade to a new version of the WooCommerce Integration Kit, please follow these recommendations. This supposes you did not make modifications to the core PHP files in the kit.
- Make a backup of your existing “xlspadlock-woocom” folder (see 5.1) on your server.
- Use your FTP client to download a local copy of the validationkey.txt file normally available at:
/activation/inc/lib/validationkey.txt
(see here).
- Use your FTP client to download a local copy of the config.ini file normally available at:
/activation/inc/config.ini
(see here)
Use a text compare software or any text editor to compare changes between the new config.ini file available in the updated kit, and your own local copy. In fact, some new parameters may have been added or removed to/from the new config.ini file and you may want to customize them.
- Use your FTP client to download a local copy of the workbooks.json normally available at:
/xxx/inc/workbooks.json
- Use your FTP client to remove the entire “xlspadlock-woocom” folder on your server. Then, upload updated files from the new “xlspadlock-woocom” local folder as explained in Copy the files to your server.
- Upload the local validationkey.txt file back to its previous location on your server.
- Upload the local config.ini file back to its previous location on your server. Update the wprelativefolder entry if necessary as explained here.
- Upload the local workbooks.json file back to its previous location on your server.
- Access the testsetup.php page to perform basic checking and remove that file once the test is successful.