Placeholders for UI templates
You can use the Liquid code in UI templates. See more at https://shopify.github.io/liquid/basics/introduction/.
Placeholder | UI template | Description |
---|---|---|
reseller.logo | All UI templates | The links to the reseller's logos (see Uploading reseller's logos):
For example, |
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_amount | The sum of all taxes in an invoice | |
invoice.charges[].taxes[] | The array of taxes included in an invoice | |
invoice.charges[].tax[].id | The ID of a tax | |
invoice.charges[].tax[].name | The name of a tax | |
invoice.charges[].tax[].code | The code of a tax | |
invoice.charges[].tax[].amount | The amount of a tax | |
account.name | Certificate/Completed Order | Information 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.number | The order number | |
order.charges | A list of charges linked to an order. Use with an iterator If an order has no charges, information is missing | |
charge.description | Information about a linked charge | |
charge.quantity | ||
charge.unit_price | ||
charge.period | ||
charge.amount | ||
charge.name | ||
subscription.name | Information about the subscription linked to an order | |
subscription.start_date | ||
subscription.expiration_date | ||
plan.name | The ordered plan name | |
reseller.name | Information about the reseller | |
reseller.custom_attributes | ||
reseller.stamp |