Base solution for your next web application
Open Closed

Email template with dynamic table rows of products #6076


User avatar
0
joe704la created

I have built an ecommerce module for our Asp.net zero app. I am trying to create a new email template that will be sent out after someone places an order that will list all the products they ordered in the email. Is there a good way to send a list of products into the template?


2 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    I think you only need to design an HTML mail template, and then get the product list and replace it with the template. Is my understanding wrong?

  • User Avatar
    0
    joe704la created

    I did end up doing something like that. It wasn't hard once I actually tried it.