Order item variables
| Variable | Description |
|---|---|
| name | Name of item e.g. {{ order_item.name }} |
| description | Description of item e.g. {{ order_item.description }} |
| quantity | Quantity of the item e.g. {{ order_item.quantity }} |
| amount | Amount of the item e.g. {{ order_item.amount }} |