We can now create an HTML template that gives us the product details. The body is shown here:
<h2>%title%</h2>
<table width="80%">
<tr>
<td align="top">%photo%</td>
<td align="top">
<table>
<tr><th>Product Key</th><td> </td><td>%productKey%</td></tr>
<tr><th>SKU Number</th><td> </td><td>%skuNumber%</td></tr>
<tr><th>Category</th><td> </td><td>%category%</td></tr>
<tr><th>Price</th><td> </td><td>%price%</td></tr>
<tr><th>Unit</th><td> </td><td>%unit%</td></tr>
...