Vouchers
Voucher design
Brand the PDF and the buy page so your vouchers look like they belong to your restaurant.
Voucher PDFs and the public buy page are styled from a single template per occasion. You can have separate templates for Christmas, birthdays, Valentine's Day, and a generic year-round template.
Brand controls
- Logo — uploaded once on the workspace, optionally overridden per template.
- Brand color — the dominant accent on the PDF and the buy page.
- Background image — full-bleed photo for festive templates.
- Message — a personal note from the buyer to the recipient, included on the PDF.
Template snippet
Templates are stored as a small JSON document and are exposed through the API for Enterprise customers who want to manage templates programmatically.
template-christmas.jsonjson
{
"id": "tpl_christmas_2026",
"name": "Christmas 2026",
"brandColor": "#7B2D26",
"background": "https://cdn.dineos.com/restaurant/abc/bg-christmas.jpg",
"logo": "default",
"headline": {
"de": "Frohe Weihnachten",
"en": "Merry Christmas"
},
"footer": {
"de": "Einlösbar in unserem Restaurant.",
"en": "Redeemable at the restaurant."
}
}Preview before publishing
Click
Preview in the template editor to render a sample voucher PDF and a screenshot of the buy page side by side. Templates are not live until you publish them, so you can iterate without affecting active sales.