Jump to content

Support Email Greeting Incorrect


Recommended Posts

After testing emails generated by support tickets, I've noticed that they have a greeting specific to the main client when the ticket was in fact opened by a contact. Is there any way to fix this? It should have a greeting tailored to the contact name instead.

Link to comment
Share on other sites

Okay, another question I have involves using hooks in order to change variables with the support ticket reply emails. I've used hooks to change menus but this is different. What I want is to get the contact ID instead of the client ID and also make sure that the template name I am using is correct. Here is the header I'm doing so far for reference:

 

//Output additional merge fields in the list when editing an email template

add_hook('Support Ticket Reply', 1, function($vars) {

$merge_fields = [];

}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated