The Sufio invoice app allows you to add links to your Shopify emails, so that customers can download a copy of their invoice automatically. When a customer clicks the invoice link or button in your email, Sufio will provide them with the invoice you have setup. This saves you time by providing customers with an invoice automatically, reducing the manual requests you receive.
Follow the below instructions to setup the Sufio invoice link in your Shopify email notifications designed with OrderlyEmails
Add invoice as a text link
Login to OrderlyEmails (Shopify admin -> Apps)
Click the Customize theme button on your existing email design
In the email type dropdown, select the email that you would like to add the invoice link to, for example, the Shipping confirmation email.
Click the Add section button at the bottom of the sections list
Select the Link section and click Add
In the Links to field, add the following liquid code:
{{ shop.url }}/apps/sufio/invoice/?id={{ id }}&number={{ order_number }}
You can also drag the button section in the list of sections to move it's position in the email.
If you are updating an existing email that you have previously purchased, make sure to click the Finished button and copy/paste the new email template code into the Shopify admin again.
Add invoice as a button
Login to OrderlyEmails (Shopify admin -> Apps)
Click the Customize theme button on your existing email design
In the email type dropdown, select the email that you would like to add the invoice link to, for example, the Shipping confirmation email.
Click the Add section button at the bottom of the sections list
Select the Button section and click Add
In the Links to field, add the following liquid code:
{{ shop.url }}/apps/sufio/invoice/?id={{ id }}&number={{ order_number }}
Adjust the text fields of the button as needed
You can also drag the button section in the list of sections to move it's position in the email.
If you are updating an existing email that you have previously purchased, make sure to click the Finished button and copy/paste the new email template code into the Shopify admin again.
NOTE: These instructions are only relevant if you already have the Sufio app setup in your Shopify store.