When the customer made a reservation the e-mail subject is “reservation made”, but if I do this,
Dynamicweb.Frontend.PageView pv = new Dynamicweb.Frontend.PageView(101);
pv.Load();
DataRow row = pv.Content.getParagraphrow(101,101,"eCom_Cart");
XmlDocument settings = new XmlDocument();
settings.LoadXml(row["ParagraphModuleSettings"].ToString());
Dynamicweb.eCommerce.Frontend.Renderer render = new Dynamicweb.eCommerce.Frontend.Renderer(pv, row);
the email subject is the order ID instead “reservation made” (that’s what should be)