Enhancing the Delivered email template

FlagLamps_com
Tourist
8 0 5

Hi,

I would like to add some text and link to the bottom of my Shipping, Delivered email template (https://admin.shopify.com/store/lmguild/email_templates/shipment_delivered/preview)

 

I would like to add the contents (text and links) found on this page (https://flaglamps.com/pages/share-your-flags) of my store after the last row on the email.  I have a social aspect to my store and I would like to inform/remind customers who have received their orders to consider sharing their stories.

Would anyone be able to assist me with the code that I would need to add to this template?  I believe the new code would need to be inserted somewhere in this section of the code, and not sure exactly where.

Thanks!

 

<table class="row footer">
<tr>
<td class="footer__cell">
<center>
<table class="container">
<tr>
<td>

<p class="disclaimer__subtext">If you have any questions, reply to this email or contact us at <a href="mailto:{{ shop.email }}">{{ shop.email }}</a></p>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>

<img src="{{ 'notifications/spacer.png' | shopify_asset_url }}" class="spacer" height="1" />

</td>
</tr>
</table>
</body>
</html>

 

 

Replies 0 (0)