Page 1 of 1

Add abbreviation TT to Sequential ID

Posted: Fri Aug 25, 2023 8:45 am
by nazario
Script URL:
Version of script: 3.4.3
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

I need to add the abbreviation "TT" to Sequential IDs, eg: TT123
Also I would like to know how to replace the Track_ID with the Sequential ID in the subject of the mail.

Re: Add abbreviation TT to Sequential ID

Posted: Fri Aug 25, 2023 4:17 pm
by Klemen
Unfortunately, this is not something that can be done with the built-in features.

Since sequential IDs are directly from the database (numerical ID starting from 1), you would need to edit all the places it is printed out in the code to achieve what you are looking for.