receipt email and text email

This commit is contained in:
Chris Smith
2019-03-09 20:55:59 -06:00
parent c64e9419e3
commit 06c24883bb
2 changed files with 46 additions and 4 deletions

View File

@@ -55,7 +55,7 @@
-premailer-width: 100%; -premailer-width: 100%;
-premailer-cellpadding: 0; -premailer-cellpadding: 0;
-premailer-cellspacing: 0; -premailer-cellspacing: 0;
background-color: #F2F4F6; background-color: #fffffc;
} }
.email-content { .email-content {
@@ -80,7 +80,7 @@
.email-masthead_name { .email-masthead_name {
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
color: #bbbfc3; color: #fff;
text-decoration: none; text-decoration: none;
text-shadow: 0 1px 0 white; text-shadow: 0 1px 0 white;
} }
@@ -392,7 +392,7 @@
</style> </style>
</head> </head>
<body> <body>
<span class="preheader">This is a receipt for your recent purchase on {{ purchase_date }}. No payment is due with this receipt.</span> <span class="preheader">This is a receipt for {{ product_name }} on {{ purchase_date }}.</span>
<table class="email-wrapper" width="100%" cellpadding="0" cellspacing="0"> <table class="email-wrapper" width="100%" cellpadding="0" cellspacing="0">
<tr> <tr>
<td align="center"> <td align="center">
@@ -481,12 +481,12 @@
</td> </td>
</tr> </tr>
</table> </table>
<p class="sub">Link not working? Copy and paste the URL {{action_manage_guests_url}}</p>
<!-- Sub copy --> <!-- Sub copy -->
<table class="body-sub"> <table class="body-sub">
<tr> <tr>
<td> <td>
<p class="sub">Need a printable copy for your records? You can <a href="{{action_receipt_url}}">view a copy</a> online or print this email.</p> <p class="sub">Need a printable copy for your records? You can <a href="{{action_receipt_url}}">view a copy</a> online or print this email.</p>
</p>
</td> </td>
</tr> </tr>
</table> </table>

View File

@@ -0,0 +1,42 @@
**************
This is a receipt for {{ product_name }} on {{ purchase_date }}.
**************
Hi {{name}},
Thanks for your purchase! This email is the receipt for your purchase.{{^ credit_payment}} No payment is due.{{/credit_payment}}
{{^ check_payment}}
Mail or drop off payment within seven days or your tickets will be released for others to purchase
Mail to:
Attn: Dinner in the Woods
Nature's Classroom
PO Box 660
Mukwonago, WI 53149
{{/check_payment}}
**************
Receipt #{{receipt_id}}
Date Purchased {{date}}
**************
Items Purchased:
----------------
{{#each receipt_details}}
{{description}} = {{amount}}
{{/each}}
----------------
Total: {{total}}
**************
If you have any questions about this receipt, simply reply to this email for help.
Gratefully,
Natures Classroom Institute and Montessori School
Manage your guests here: {{action_manage_guests_url}}
Need a printable copy for your records? You can view a copy online at {{action_receipt_url}} or print this email.