Event calendar pro - email confirmation

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
9/4/2013 3:48:59 AM
Gravatar
Total Posts 167

Event calendar pro - email confirmation

Is there any way to edit the email confirmation for event calendar pro.

We can do it for the store and form wizzard, but cannot see it for the calendar pro.

My client would like certain changes to the text. secondly they would also like to see if it was possible to embed an image (i.e. html version as well)

Is editing this response mail something we can do at the moment or planned for the future?

Cheers

 

9/4/2013 12:18:41 PM
Gravatar
Total Posts 18439

Re: Event calendar pro - email confirmation

Hi,

It is a planned future improvement to make the email templates editable from the UI along with the option for html email, but not sure how soon that will be done.

Currently it is possible to copy the existing message template files, rename them and then point to the custom ones from config settings. 

These config settings show the default values:

 <add key="EventCalProCustomConfirmationBodyTemplate" value="DefaultTicketOrderConfirmationPlainTextEmailTemplate.config"/>
  <add key="EventCalProCustomAnonymousConfirmationBodyTemplate" value="DefaultTicketOrderAnonymousConfirmationPlainTextEmailTemplate.config"/>

The files live the /Data/MessageTemplates folder, note that though config values do not have the language prefix, the actual files on disk must be named with the language prefix, ie on disk the files are:

en-US-DefaultTicketOrderConfirmationPlainTextEmailTemplate.config
en-US-DefaultTicketOrderAnonymousConfirmationPlainTextEmailTemplate.config
 

or if you are forcing a different setting like en-GB then you would prefix your files with en-GB- but again leave that part of the file name out of the config setting.

Which of the above 2 files is used depends on if you are requiring authentication for ticket purchases and whether the user is authenticated at the time of the transaction.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.