I want to make calculations using the variable {$articleId} and assign the result of these calculations to a new variable (for example: $newarticleId) and then put it in some prepared email templates. Where should I define (which file, and which place) the new variable to be correctly displayed in a sent email. I have already put the variable {$articleId} in the Submission Acknowledgement template and this works, however I need to modify its value to be conformed to our numbering. I have only limited skills in php.
AS