The Tags in the scripts
1. Description
When a client downloads a product, the tags replace the string with a useful value, for example if you need to display the script license, the client id or the script version to be automatically applied to a variable, for example instead of manually updating each version if you put
{{ script_version }} in one of the files then the script will automatically replace this with the last downloaded version for example: 2.4 for a script downloaded at version 2.4.
2. Tags list
{{ user_id }} : Replace with the id64 of the customer who downloaded the product
{{ user_licence }} : Replaces the product license number
{{ script_version }} : Replace with the version of the downloaded product.
3. Suggestions
May evolve according to your needs and suggestions.