Jump to content

Is there a way to concatenate "Welcome Email" when multiple products are ordered?


epauldc29

Recommended Posts

We have multiple products that can ordered and each might have different information that needs to be provided when ordered. Does anyone know of a way to concatenate/combine these Welcome Emails into just one email so the customer doesn't get frustrated with a ton of email?

Link to comment
Share on other sites

Yes but you need to code and play a bit with this hook point. As soon as WHMCS is going to send the first welcome email, you should alter its content defining a new array with all relevant informations of every package you have in a specific order and iterate it in a foreach to print these informations and suppress all other notifications.

 

Maybe the best approach is to create a new Email Template just for this so that you can suppress entirely all the standard "Welcome Email" notifications and just send your awesome one with API:Send_Email.

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.

×
×
  • 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