Upon order completion, tqTag Web Suite sends a confirmation email. This topic contains the following:
- A screen capture of the relevant part of a confimation email
- The inner template on which the email is based
- The code underlying the relevant part of the email
Inner Template #1244
To access this template online, click one of the following links and then use your browser commands to view the page source.
<tqtag type="orderConfirmation" name="orderConf">
<html dir="ltr">
<head></head>
<body>
<div dir="ltr">
<tqtag type="orderInformation" name="order0">
<table align="left" cellpadding="2" cellspacing="0" border="0">
<tr><td>
<table align="left" cellpadding="2" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>@fName@ @lName@,</b></td>
</tr>
<tr>
<td colspan="2"><b>Please be informed that we have confirmed your order (#@orderNumber@),</b></td>
</tr>
<tr>
<td colspan="2"><b>and we thank you for your purchase from the Israel Coins & Medals Corp.</b></td>
<tr>
<tr>
<td colspan="2"> </td>
<tr>
<td>Items in your order:</td>
</tr>
</table>
</td></tr>
<tr><td>
<table align="left" cellpadding="2" cellspacing="0" border="1" style="border-color:#CBCBCB">
<tr>
<th>Image</th>
<th>Item Title</th>
<th>Price</th>
<th>Quantity</th>
<th>Total Price</th>
<tqtag name="items0" type="orderItems" >
<tr>
<td align="center"><img src="@productSmallImage@" alt="@title@" width="75" height="75" /><br />@catalogID@</td>
<td>@productName@</td>
<td align="right">@userCurrency@ @priceInUserCurrency@</td>
<td align="center"></td>
<td align="right">@userCurrency@ @totalPriceInUserCurrency@</td>
</tr>
</tqtag>
</tqtag>
<tr>
<td align="right" colspan="4" align="left">Shipping Costs</td>
<td align="right">@userCurrency@ @shippingPriceVal@</td>
</tr>
<tr>
<td align="right" colspan="4" align="left"><b>Grand Total</b></td>
<td align="right">@userCurrency@ @grandTotalPrice@</td>
</tr>
</table>
</td></tr>
</table>
</div>
</body>
</html>
</tqtag>
eMail Confirmation Source Code (partial)
To access the complete source code for this page, do the following:
- Perform the instructions under eMail Confirmation Screen Capture above.
- Use your browser commands to view the page source.
<table align="left" border="0" cellpadding="2" cellspacing="0">
<tbody><tr><td>
<table align="left" border="0" cellpadding="2" cellspacing="0">
<tbody>
<tr>
<td colspan="2"><b>Joseph Customer,</b></td>
</tr>
<tr>
<td colspan="2"><b>Please be informed that we have confirmed your order (#252),</b></td>
</tr>
<tr>
<td colspan="2"><b>and we thank you for your purchase from the Israel Coins & Medals Corp.</b></td>
</tr>
<tr></tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td>Items in your order:</td>
</tr>
</tbody>
</table>
</td></tr>
<tr><td>
<table style="border-color: rgb(203, 203, 203);" align="left" border="1" cellpadding="2" cellspacing="0">
<tbody>
<tr>
<th>Image</th>
<th>Item Title</th>
<th>Price</th>
<th>Quantity</th>
<th>Total Price</th>
</tr>
<tr>
<td align="center"><img alt="" height="75" width="75"><br>21862300</td>
<td>Parting of the Red Sea - Silver Coin</td>
<td align="right">$57.00</td>
<td align="center">2</td>
<td align="right">$114.00</td>
</tr>
<tr>
<td colspan="4" align="right">Shipping Costs</td>
<td align="right">$44.79</td>
</tr>
<tr>
<td colspan="4" align="right"><b>Grand Total</b></td>
<td align="right">$158.79</td>
</tr>
</tbody>
</table>
</td></tr></tbody>
</table>