Shopify themes, liquid, logos, and UX
Is there any way to edit the email template of digital download mail. I tried a lot but I can not add a download button to it .
Here is the code
Hey {{customer.first_name}} {{customer.last_name}}, Thank you for your purchase! Here are your downloads: {% for attachment in attachments %} {{ attachment.product_name }} {{ attachment.name }} Download Link: {{ attachment.shop_url }} {% endfor %} Enjoy, {{shop.name}}
Hello @Rukhsana,
Hey {{customer.first_name}} {{customer.last_name}},
Thank you for your purchase! Here are your downloads:
{% for attachment in attachments %}
<p><strong>{{ attachment.product_name }}</strong></p>
<p>{{ attachment.name }}</p>
<p>
<a href="{{ attachment.shop_url }}" style="display: inline-block; padding: 10px 20px; color: #ffffff; background-color: #007bff; text-decoration: none; border-radius: 5px;">
Download
</a>
</p>
{% endfor %}
Enjoy,
{{shop.name}}
thanks!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024