> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.vify.io/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Add Download Invoice/Download Refund button to Shopify's confirmation email

  

This guideline gives information about how to add **Download** button to the Shopify's confirmation email/Refund email which is sent to your customer.
Since Shopify does not allow apps to automatically update this, you need to manually insert the code, using instructions below:
  

  

**Step 1**:

In our app, select **Settings** => **Download buttons**, and the button you wish to add:

![](https://storage.crisp.chat/users/helpdesk/website/303ac0df64f28400/image_2suqhe.png)

**Step 2**:

Hit Edit to customize the button to your liking, then this copy icon to copy to code:

![](https://storage.crisp.chat/users/helpdesk/website/303ac0df64f28400/image_iae4nt.png)

**Step 3**:

In your Shopify admin page, go to **Settings** -> **Notifications** -> **Customer confirmations**:


![](https://storage.crisp.chat/users/helpdesk/website/303ac0df64f28400/image_53kt94.png)

_Select the proper email template you want to update (we will select the Order Confirmation in this case)_
Under **Order processing**, click **Order confirmation**

![](https://storage.crisp.chat/users/helpdesk/website/303ac0df64f28400/image_1y217l1.png)

Paste the code from _Step 1_ onto Email Body (HTML), normally right before **</body>** tag at the bottom:

![](https://storage.crisp.chat/users/helpdesk/website/303ac0df64f28400/image_159kqw7.png)

Click **Save** to finish.

  

Then you can make a test order on Shopify to see what it really looks like.