change subject style-text
Posted: Fri Jan 28, 2022 10:10 pm
hi,
I want to change the subject of emails in the text file:
to something like:
problem is, with this change, if the customer answer to a email, he will create a new ticket instead of answer to the ticket. looks like HESK search for "[#%%TRACK_ID%%]" in the subject to determine if its a answer or new ticket.
Is is possible to change the subject style ? how ?
I want to change the subject of emails in the text file:
Code: Select all
$hesklang['new_reply_by_staff']='[#%%TRACK_ID%%] New answer: %%SUBJECT%%';
Code: Select all
$hesklang['new_reply_by_staff']='[#XX-Support %%TRACK_ID%%] New answer: %%SUBJECT%%';
Is is possible to change the subject style ? how ?