News:

SMF - Just Installed

Main Menu

Order Shipped Email to Customer

Started by David Johns, April 19, 2016, 03:55:03 PM

Previous topic - Next topic

David Johns

To:
order_email

Subject:
Your company_name order has shipped!

Body:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>

<head>
<title>Shipment Confirmation</title>

</head>

<body>
<p style="font-size: 10pt; font-family: Arial;"><img border="0" src="company_website/images/logo.jpg" width="740"></p>
<table width="740">
  <tr>
    <td>
<p class="comments" style="font-size: 10pt; font-family: Arial; font-weight: normal; word-spacing: 0px; text-indent: 0px; line-height: 100%; text-align: left; margin: 10px 0px 0px;" align="left">bill_first_name,</p>
<p class="comments" style="font-size: 10pt; font-family: Arial; font-weight: normal; word-spacing: 0px; text-indent: 0px; line-height: 100%; text-align: left; margin: 10px 0px 0px;" align="left">Thank you for your company_name order!  Your order has been shipped.  Below is a list of the items that were shipped and their tracking numbers.</p>
    </td>
  </tr>
</table>
<p class="spacer" style="font-size: 10pt; font-family: Arial; word-spacing: 0px; text-indent: 0px; line-height: 100%; text-align: left; margin: 5px 0px;" align="left">&nbsp;</p>
<div align="left">
<table border="0" cellspacing="0" width="740" bordercolor="#000000" cellpadding="4" id="Table3">
  <thead style="display: table-header-group;">
  <tr>
    <td width="85" valign="middle" style="border: 0 solid;" height="20"><p class="itemLabels" style="font-size: 10pt; font-family: Arial; font-weight: bold; word-spacing: 0px; text-transform: uppercase; text-indent: 0px; line-height: 100%; text-align: center; margin: 0px;" align="center">Qty</p></td>
    <td width="455" valign="middle" style="border-right-width: 0; border-right-style: solid; border-top-width: 0; border-top-style: solid; border-bottom-width: 0; border-bottom-style: solid;" height="20"><p class="itemLabels" style="font-size: 10pt; font-family: Arial; font-weight: bold; word-spacing: 0px; text-transform: uppercase; text-indent: 0px; line-height: 100%; text-align: center; margin: 0px;" align="center">Item Description</p></td>
    <td width="200" valign="middle" style="border-right-width: 0; border-right-style: solid; border-top-width: 0; border-top-style: solid; border-bottom-width: 0; border-bottom-style: solid;" height="20"><p class="itemLabels" style="font-size: 10pt; font-family: Arial; font-weight: bold; word-spacing: 0px; text-transform: uppercase; text-indent: 0px; line-height: 100%; text-align: center; margin: 0px;" align="center">
Tracking NO.</p></td>
  </tr>
  </thead>
  <tr>
    <td width="85" valign="TOP" height="24" style="border-left-width: 0; border-left-style: solid; border-right-width: 0; border-right-style: solid;" align="center"><p class="item" style="font-size: 10pt; font-family: Arial; word-spacing: 0px; text-indent: 0px; line-height: 100%; margin: 0px;">item_quantity</p></td>
    <td width="455" valign="TOP" height="24" style="border-right-width: 0; border-right-style: solid;" align="left"><p class="item" style="font-size: 10pt; font-family: Arial; word-spacing: 0px; text-indent: 0px; line-height: 100%; margin: 0px;">item_description item_options</p></td>
    <td width="200" valign="TOP" height="24" style="border-right-width: 0; border-right-style: solid;" align="center"><p class="item" style="font-size: 10pt; font-family: Arial; word-spacing: 0px; text-indent: 0px; line-height: 100%; margin: 0px;"><a href="item_tracking_url">item_tracking_id</a></p></td>
  </tr>
  <tr>
    <td width="85" style="border-left-width: 0; border-left-style: solid; border-right-width: 0; border-right-style: solid; border-bottom-width: 0; border-bottom-style: solid;"><p class="tableSpacer" style="font-size: 4pt; font-family: Arial; word-spacing: 0px; text-indent: 0px; line-height: 100%; text-align: left; margin: 0px;" align="left">&nbsp;</p></td>
    <td width="455" style="border-right-width: 0; border-right-style: solid; border-bottom-width: 0; border-bottom-style: solid;"><p class="tableSpacer" style="font-size: 4pt; font-family: Arial; word-spacing: 0px; text-indent: 0px; line-height: 100%; text-align: left; margin: 0px;" align="left">&nbsp;</p></td>
    <td width="200" style="border-right-width: 0; border-right-style: solid; border-bottom-width: 0; border-bottom-style: solid;"><p class="tableSpacer" style="font-size: 4pt; font-family: Arial; word-spacing: 0px; text-indent: 0px; line-height: 100%; text-align: left; margin: 0px;" align="left">&nbsp;</p></td>
  </tr>
  </table>
</div>
<p class="spacer" style="font-size: 10pt; font-family: Arial; word-spacing: 0px; text-indent: 0px; line-height: 100%; text-align: left; margin: 5px 0px;" align="left">&nbsp;</p>
<p class="comments" style="font-size: 10pt; font-family: Arial; font-weight: normal; word-spacing: 0px; text-indent: 0px; line-height: 100%; text-align: left; margin: 10px 0px 0px;" align="left">Please contact us if there are any problems or questions.</p>
<p class="comments" style="font-size: 10pt; font-family: Arial; font-weight: normal; word-spacing: 0px; text-indent: 0px; line-height: 100%; text-align: left; margin: 10px 0px 0px;" align="left"><b>company_name</b><br>
<br>
<a href="mailto:company_email">company_email</a><br>
<a href="company_website">company_website</a></p>
</body>
</html>


You'll need to make sure your company website is listed with the http:// prefix in your store settings and put the header you want to appear at the top of the email at /images/logo.jpg relative path from your root web directory.
SuperManager Support
info@thesupermanager.com