Send Email Receipt to Customers
DinePlan has the capability to send email to Customers
Here are the steps to be done
STEP 1: CREATE PRINTER TEMPLATE
Printer Template helps to send the email in HTML Template. Here are the samples as below
1<li><html>
2 <li><head>
3 <li></head>
4 <li><body>
5 <li><pre><center><p style='font-size: 50px;font-weight: bold;'>Total : {TICKET TOTAL}</p>
6 <li><div style='background: #EEE; width: 500px;padding: 0px 0px 15px 0px;font-size: 12px;font-family: calibri;'>
7 <li><table border='1' style='border-top:solid 2px #BBB; padding:5px; font-size: large'>
8 {ORDERS}
9 <li></table></div>
10 <li>
11 <li></center></pre>
12 <li></body>
13 <li></html>
14 [ORDERS]
15 <li> <tr>
16 <li> <td width='12%'>{QUANTITY} x</td>
17 <li> <td width='70%'>{NAME}</td>
18 <li> <td width='12%' style='text-align:right'> {TOTAL AMOUNT}</td>
19<li> </tr>
STEP 2: CREATE ACTION TO SEND EMAIL
STEP 3: ADD IT TO RULES AS BELOW