Placeholders for UI templates

You can use the Liquid code in UI templates. See more at https://shopify.github.io/liquid/basics/introduction/.

PlaceholderUI templateDescription
reseller.logo

All UI templates

The links to the reseller's logos (see Uploading reseller's logos):

  • reseller.logo — the main logo,
  • reseller.inverted_logo — the inverted logo,
  • reseller.short_logo — the short logo,
  • reseller.favicon — the favicon.

For example, reseller.logo returns /images/system_setting/logo/1/logo.png

reseller.inverted_logo
reseller.short_logo
reseller.favicon
invoice.charges[].has_taxes

Invoice/Prepay

Invoice/Postpay

Bool; indicates whether an invoice item has taxes
invoice.charges[].taxes_amountThe sum of all taxes in an invoice
invoice.charges[].taxes[]The array of taxes included in an invoice
invoice.charges[].tax[].idThe ID of a tax
invoice.charges[].tax[].nameThe name of a tax
invoice.charges[].tax[].codeThe code of a tax
invoice.charges[].tax[].amountThe amount of a tax