Add discounts to your emails
Coupons are handy, ready-made components that you can use to add discounts to your Pine-powered emails.
Dashed
Use the Dashed Coupon to show off a discount in big, bold, centered text, with a call to action. The content is surrounded by a dashed border that you can style to suit your needs, and the coupon code is made with the Label component.
The discount value is coded so that it breaks vertically on very small screens.
<table cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tr>
<td style="padding: 0 20px;">
<table cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tr>
<td class="col" align="center" width="640" style="padding: 0 10px;">
<table cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tr>
<td class="spacer py-sm-20" style="line-height: 40px;"></td>
</tr>
<tr>
<td class="px-sm-10" align="center" width="100%" style="border: 4px dashed #CCCCCC; color: #000000; padding: 30px;">
<table cellpadding="0" cellspacing="0" role="presentation">
<tr>
<th style="font-size: 110px; line-height: 100%; word-break: break-all;">25</th>
<th style="vertical-align: middle;">
<div style="font-size: 60px; line-height: 60px;">%</div>
<div style="font-size: 30px; line-height: 30px; mso-line-height-rule: exactly; mso-text-raise: 3px;">OFF</div>
</th>
</tr>
</table>
<p style="color: #999999; margin: 0;">With coupon <span style="border: 1px solid #EA4B35; border-radius: 3px; color: #EA4B35; display: inline-block; font-size: 90%; padding: 1px 5px;">25OFFTODAY</span></p>
<div class="spacer py-sm-10" style="line-height: 30px;"></div>
<table cellpadding="0" cellspacing="0" role="presentation">
<tr>
<th bgcolor="#000000" style="line-height: 100%; mso-padding-alt: 5px 30px 10px;">
<a href="http://thememountain.com" style="color: #FFFFFF; display: block; font-size: 13px; padding: 10px 30px; text-decoration: none;">REDEEM COUPON →</a>
</th>
</tr>
</table>
<div class="spacer py-sm-10" style="line-height: 20px;"></div>
</td>
</tr>
<tr>
<td class="spacer py-sm-20" style="line-height: 40px;"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
Filled
Filled Coupons have a solid background colour, and a 1px border outline. You can customise the background, text, and call to action so that they stand out, like in our example:
<table cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tr>
<td class="col px-sm-20" bgcolor="#008DF6" width="640" style="padding: 30px;">
<table cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tr>
<td class="col px-sm-10" align="center" style="border: 1px solid #FFFFFF; color: #FFFFFF; padding: 30px;" width="100%">
<div style="font-size: 13px; text-transform: uppercase;">Thanks for signing up!<br>Enjoy</div>
<div style="font-size: 72px; font-weight: 700; line-height: 100%;">$10 OFF</div>
<div class="spacer pb-sm-20" style="line-height: 15px;"></div>
<div style="font-size: 20px; letter-spacing: 2px; line-height: 100%; text-transform: uppercase;">Your first order</div>
<div class="spacer pb-sm-20" style="line-height: 30px;"></div>
<table cellpadding="0" cellspacing="0" role="presentation">
<tr>
<th bgcolor="#FFFFFF" style="mso-padding-alt: 5px 30px 10px;">
<a href="http://thememountain.com" style="color: #008DF6; display: block; font-size: 13px; padding: 10px 30px; text-decoration: none;">SHOP NOW</a>
</th>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
With Image
This variation allows you to include an image next to the coupon itself - maybe this coupon is for a specific product? The image in our example is a Fluid Retina Image that will not expand beyond its natural width.
<table bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tr>
<td class="spacer py-sm-10" style="line-height: 40px;"></td>
</tr>
<tr>
<td style="padding: 0 20px;">
<table cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tr>
<td class="col pb-sm-30" align="center" width="310" style="padding: 0 10px;">
<img src="https://picsum.photos/620/620?image=1062" alt="Coupon Image" width="310">
</td>
<td class="col" width="310" style="padding: 0 10px; vertical-align: middle;">
<table cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tr>
<td align="center" style="border: 3px dashed #CCCCCC; color: #000000; padding: 30px;">
<div class="spacer py-sm-10" style="line-height: 35px;"></div>
<div style="color: #999999; font-size: 13px; margin-bottom: 10px; line-height: 16px; text-transform: uppercase;">Mondays suck, so</div>
<div style="font-size: 36px; font-weight: 700; line-height: 100%;">Get $25 OFF</div>
<div style="color: #999999; font-size: 13px; margin-bottom: 30px; text-transform: uppercase;">Your next order</div>
<table cellpadding="0" cellspacing="0" role="presentation">
<tr>
<th bgcolor="#4C4054" style="line-height: 100%; mso-padding-alt: 5px 30px 10px;">
<a href="http://thememountain.com" target="_blank" style="color: #FFFFFF; display: block; font-size: 15px; padding: 10px 30px; text-decoration: none;">REDEEM COUPON →</a>
</th>
</tr>
</table>
<div class="spacer py-sm-10" style="line-height: 35px;"></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="spacer py-sm-10" style="line-height: 40px;"></td>
</tr>
</table>