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 |