Page 1 of 1

URL Error in Customer Notification

Posted: Tue Dec 13, 2016 1:55 pm
by Waqar
Script URL:
Version of script:
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:
Has anyone experienced wrong URL in customer notification. I have had 2 instances where customer received a notification to their ticket with URL that opens up another customers ticket. I checked if there tickets were merged but could not find any evidence.
Thanks in advance for your input.
Below is the email:
(REMOVED FOR PRIVACY)

Re: URL Error in Customer Notification

Posted: Tue Dec 13, 2016 3:15 pm
by Klemen
This indeed happens if the tickets have been merged.

- login to the admin panel
- open the ticket from admin side
- go to the bottom where it says "Ticket history" and check for any "merged" messages.

Re: URL Error in Customer Notification

Posted: Wed Dec 14, 2016 7:27 am
by Waqar
Thanks Klemin,

The issue is that same link to one ticket has been sent over 300 times to customers who are not related to that ticket at all. This is happening since November 20th. Yesterday I created a ticket from my email and in the email notification it was the link to same ticket.

What to do? Please help. This problem needs a fix?

Re: URL Error in Customer Notification

Posted: Wed Dec 14, 2016 10:03 am
by Klemen
I found the issue:

when you modified email notification template, you hard-coded that URL into it:
https://www.itihad.co.ae/cs/language/en ... ticket.txt

Replace the ticket URL in the template with this "special code"

Code: Select all

%%TRACK_URL%%
and the automatically-generated URL will be used (in Admin > Tools > Email templates).

Re: URL Error in Customer Notification

Posted: Wed Dec 14, 2016 3:32 pm
by Waqar
:D :D
Thank you.