I am trying to generate email templates from either Invoices or Sales Orders that gives the customer the details of a purchase. Most fields seem to work quite ok, but nothing shows up when I try to get the order details into the template. Please see the template below.
Hi ${Contacts.First Name}
Please find your order details below.
${SalesOrders.Product Details}
Total amount: ${SalesOrders.Grand Total}
Regards
Benny
---------------------