Add downloads to Shopify's Order Confirmation email
Learn how to add a direct link to the download page from the Shopify Order Confirmation email.
Go to Fileflare
Go to Settings
Go to Checkout settings
Scroll down until you see the Shopify order confirmation integration feature that shows the snippet of code.
Copy this code
Go to your Shopify Settings page
Click on Notifications
Click on Order confirmation
Click the Edit code button
Copy the Fileflare code from the code box on the Fileflare page.
At the time of writing this, the neat place to add the button is on line 159, between the {% endif %} and the {% if order_status_url %} tags. Shopify changes things often, so it could have moved by this point. Follow the image example below.
You can place this wherever suits you best. It's up to you where this is placed.
All you need to do is remove the bracketed parts.
Remove these bracketed parts from the code snippet:
You will need to place the code for each language and then manually write the button text for that language.
If you are using the Shopify Translate & Adapt app, you will see a dropdown on the Shopify email editor page allowing you to change the language to your supported languages, as shown below:
Go to Fileflare
Go to Settings
Go to Checkout settings
Scroll down until you see the Shopify order confirmation integration feature that shows the snippet of code.
Copy this code
Where to place the code
Go to your Shopify Settings page
Click on Notifications
Click on Order confirmation
Click the Edit code button
Copy the Fileflare code from the code box on the Fileflare page.
At the time of writing this, the neat place to add the button is on line 159, between the {% endif %} and the {% if order_status_url %} tags. Shopify changes things often, so it could have moved by this point. Follow the image example below.
You can place this wherever suits you best. It's up to you where this is placed.
Show the download button for physical products
All you need to do is remove the bracketed parts.
Remove these bracketed parts from the code snippet:
Support for different languages
You will need to place the code for each language and then manually write the button text for that language.
If you are using the Shopify Translate & Adapt app, you will see a dropdown on the Shopify email editor page allowing you to change the language to your supported languages, as shown below:
Updated on: 20/01/2025
Thank you!