• Home
  • Create a Support Ticket
  • Install Simple Invoice
  • Install Simple Promotions and Upsells
  • Home
  • Create a Support Ticket
  • Install Simple Invoice
  • Install Simple Promotions and Upsells

Simple Invoice

home/Knowledge Base/Simple Invoice/What are the variables I can use for the invoice email content?
Popular Searches:Why I don't see tax rates on my invoices?, How can I use custom invoice numbers?, How can I create invoices in different languages?

What are the variables I can use for the invoice email content?

335 views 0

You can use predefined variables for the invoice email content.

You can use 3 “variables” and 1 “if condition” in your email content field. These variables and conditions are already added to your default email content and you can remove the ones that you don’t wish to use.

The variables and the if condition is as follows:

{{ order.customer.first_name }} : Prints your customer’s name.

{{ order.customer.last_name }} : Prints your customer’s last name.

{{order.name}} : Prints your Shopify order ID on your content. For example; #1234

{{ order.custom_invoice_name }} : Prints the Custom Invoice name/number.

{% if order.is_draft %}If you would like to make a payment please click here.{% endif %}  :
The sentence visible between the start and end of the “if condition” is used only for draft orders. It won’t be visible in your regular invoice emails sent for your Shopify orders placed by your customers. If you send a draft order to your customer, this sentence will be visible in the email sent to your customers alongside the other content. If your customers click on the link, they will be redirected to your Shopify store to make a payment.

{% if order.financial_status == 'pending' %}You can complete payment here : {{ order.checkout_url }}{% endif %} : The sentence visible between the start and end of the “if condition” is used only for the orders in which the financial status of the order is pending. It won’t be visible in your regular invoice emails sent for your Shopify orders placed by your customers. If you send an order with the pending financial status to your customer, this sentence will be visible in the email sent to your customers alongside the other content with the payment link. If your customers click on the link, they will be redirected to your Shopify store to make a payment.

Was this helpful?

Yes  No
Related Articles
  • How can I display QR Codes on my invoices?
  • How can my customers pay the remaining balance of their orders from the My Account section of my store? (Online Store 2.0 Themes)
  • How can my customers download their invoices from the My Account section of my store? (Online Store 2.0 Themes)
  • How can I connect my account to cloud?
  • How can I set additional sending conditions?
  • How can I accept payments?
Apps
  • Simple Invoice 120
  • Simple Promotions and Upsells 6
Popular Articles
  • How can I send invoices?
  • Quick Setup Guide
  • How can I insert a download link to the Shopify order notification email?
  • How can I send invoices or quotes and accept payments from my customers?
  • How does the Free plan work?
  • ©2022 - Simplio Apps

Popular Searches:Why I don't see tax rates on my invoices?, How can I use custom invoice numbers?, How can I create invoices in different languages?