All things Shopify and commerce
We have a music page selling CD's, print-on-demand products, and digital downloads. I'd like the confirmation email for an order including a digito alert the customer to expect a separate email with their link(s) for digital downloads. I don't know anything about HTML.
Hi @annapat
I totally get what you're trying to do. Since you’re selling digital downloads along with physical products, you want to make sure customers know they’ll receive a separate email for their digital items. That makes sense because Shopify’s default order confirmation email doesn’t automatically include download links—it just confirms the purchase.
Since you don’t have HTML experience, don’t worry—I’ll guide you through this in a simple way. Shopify allows you to customize email templates within the Notifications section.
Now, you need to add a short message to inform customers about the separate email for digital downloads.
Find this section in the code (use Ctrl + F to search for {{ order_status_url }}😞
<p>You can track your order status here: <a href="{{ order_status_url }}">{{ order_status_url }}</a></p>
Right below it, add this line:
{% for line in order.line_items %}
{% if line.product.tags contains 'Digital' %}
<p><strong>Heads up:</strong> Since your order contains digital downloads, you’ll receive a separate email with your download link shortly.</p>
{% break %}
{% endif %}
{% endfor %}
That’s it! Once you save the changes, every customer who buys a digital product will see the note in their order confirmation email.
If you need extra help, just let me know asap. Thanks
Daisy.
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025