Order confirmations
Placeholder | Description |
---|---|
[Confirmation.confirmation_number] |
order confirmation number, composed of prefix and running order number |
[Confirmation.number_pre] |
order confirmation number prefix |
[Confirmation.number] |
running order confirmation number |
[Confirmation.label] |
confirmation label |
[Confirmation.date] |
date of order confirmation |
[Confirmation.address] |
complete address for order confirmation |
[Confirmation.intro] |
introductory text before order confirmation positions |
[Confirmation.note] |
comments after order confirmation positions |
[Confirmation.total_gross] |
total gross amount of order confirmation |
[Confirmation.total_net] |
total net amount of order confirmation |
[Confirmation.total_gross_plain] |
total gross amount of order confirmation, without specifying currency |
[Confirmation.total_net_plain] |
total net of order confirmation, without specifying the currency |
[Confirmation.reduction] |
entered reduction (e.g. "10%" or "10") |
[Confirmation.reduction_amount] |
reduction amount |
[Confirmation.total_gross_unreduced] |
total gross amount without reduction |
[Confirmation.total_net_unreduced] |
total net amount without reduction |
[Confirmation.currency_code] |
3-digit ISO currency code |
[Confirmation.status] |
Status (e.g. DRAFT, OPEN, ...) |
Order confirmation positions
The placeholder for the confirmation positions needs to be included in the block “ConfirmationItems”.
For example: blockStart_ConfirmationItems [ConfirmationItem.title] blockEnd_ConfirmationItems
Blocks cannot be used in email templates.
Placeholder | Description |
---|---|
[ConfirmationItem.position] |
item number of order confirmation |
[ConfirmationItem.unit] |
order confirmation unit |
[ConfirmationItem.quantity] |
quantity of items in order confirmation |
[ConfirmationItem.unit_price] |
price per unit in order confirmation |
[ConfirmationItem.unit_price_rounded] |
price per unit in order confirmation (rounded to 2 decimal places) |
[ConfirmationItem.tax_name] |
tax designation in order confirmation |
[ConfirmationItem.tax_rate] |
tax rate in order confirmation |
[ConfirmationItem.tax_amount] |
tax amount in order confirmation |
[ConfirmationItem.tax_amount_rounded] |
tax amount in order confirmation (rounded to 2 decimal places) |
[ConfirmationItem.title] |
confirmation item designation |
[ConfirmationItem.description] |
confirmation item description |
[ConfirmationItem.total_gross] |
gross amount of confirmation |
[ConfirmationItem.total_gross_rounded] |
gross amount of confirmation (rounded to 2 decimal places) |
[ConfirmationItem.total_net] |
net amount of confirmation |
[ConfirmationItem.total_net_rounded] |
net amount of confirmation (rounded to 2 decimal places) |
[ConfirmationItem.total_gross_plain] |
total gross amount without specifying currency |
[ConfirmationItem.total_net_plain] |
total net without specifying currency |
[ConfirmationItem.reduction] |
entered reduction (e.g. "10%" or "10") |
[ConfirmationItem.reduction_amount] |
reduction amount |
[ConfirmationItem.total_gross_unreduced] |
total gross amount without reduction |
[ConfirmationItem.total_net_unreduced] |
total net amount without reduction |
0 Comments