I am developing shopping website using kentico cms 9. In the website I want to send invoice to customer as a pdf attachment of email template (default kentico ecommerce email template).currently I ...
I am trying to include the order invoice in a email template that im sending with code.Template: {% Order.OrderInvoice #%}Code: EmailTemplateInfo mEmailTemplate = EmailTemplateProvider.GetEmailTemp...