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
account.nameCertificate/Completed OrderInformation about the account linked to an order
account.street
account.building
account.office
account.city
account.zip
account.country
account.country_name
account.phone
account.custom_attributes
order.numberThe order number
order.charges

A list of charges linked to an order. Use with an iterator {% for charge in order.charges %} ... {% endfor %}.

If an order has no charges, information is missing

charge.descriptionInformation about a linked charge
charge.quantity
charge.unit_price
charge.period
charge.amount
charge.name
subscription.nameInformation about the subscription linked to an order
subscription.start_date
subscription.expiration_date
plan.nameThe ordered plan name
reseller.nameInformation about the reseller
reseller.custom_attributes
reseller.stamp