Hi,
I have some question about email templates?!
How they work?
How i call a template from code behind?
I will be grateful if you explain me a few steps to create a new email template and
invoke him
The question - "How they work?" is quite a large question :) What part do you need more info about?
You can all an email template by using the EmailTemplateService.Instance.Get( emailTemplateId ). Now you can use the template to send an email.
Creating a new email template is done using the Tea Commerce UI - just opne the settings node for the store and right click the email template node and click create. Now configure it with its right settings.
You can go to any complated order and click the "Email" tab and then send a specific email template using that order.
Email template
Hi Dean
The question - "How they work?" is quite a large question :) What part do you need more info about?
You can all an email template by using the EmailTemplateService.Instance.Get( emailTemplateId ). Now you can use the template to send an email.
Creating a new email template is done using the Tea Commerce UI - just opne the settings node for the store and right click the email template node and click create. Now configure it with its right settings.
You can go to any complated order and click the "Email" tab and then send a specific email template using that order.
Kind regards
Anders
is working on a reply...