Skip to content

Instantly share code, notes, and snippets.

@picocodes
Last active April 18, 2022 13:23
Show Gist options
  • Save picocodes/43bdc4d4bbba844534b2722e2af0b58f to your computer and use it in GitHub Desktop.
Save picocodes/43bdc4d4bbba844534b2722e2af0b58f to your computer and use it in GitHub Desktop.
Invoicing Invoice Email Tags

The following wildcards can be used in email subjects, heading and content:

{site_title} : Site Title

{name} : Customer's full name

{first_name} : Customer's first name

{last_name} : Customer's last name

{email} : Customer's email address

{invoice_number} : The invoice number

{invoice_currency} : The invoice currency

{invoice_total} : The invoice total

{invoice_link} : The invoice link

{invoice_pay_link} : The payment link

{invoice_receipt_link} : The receipt link

{invoice_date} : The date the invoice was created

{invoice_due_date} : The date the invoice is due

{date} : Today's date.

{is_was} : If due date of invoice is past, displays "was" otherwise displays "is"

{invoice_label} : Invoices/quotes singular name. Ex: Invoice/Quote

{invoice_quote} : Invoices/quotes singular name in small letters. Ex: invoice/quote

{invoice_description} : The description of the invoice

@MA-Personalrecruiting-GmbH

s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment