An 18-table boutique hotel in Çeşme piped reservation names from the front desk into its QR menu page. The average tip per guest jumped from ₺85 to ₺112 — a 31% leap with zero added labor cost.
What the Cornell Study Found
Brian Wansink and the Cornell Hotel Research team measured tipping behavior across servers who addressed guests by name versus those who did not. Tables greeted by name tipped 17% more on average. The effect is not pure politeness — using a name triggers a "social recognition signal" the brain processes as belonging.
The lift is not limited to fine dining. Fast-casual and boutique-hotel restaurants saw the same pattern, with the strongest response (up to 22%) coming from the 25-45 age cohort.
The Çeşme Case: Reservation Name → QR Menu
The PMS injects the guest's first name into the QR URL at check-in (?guest=Sarah). When the customer sits down, the menu header reads "Welcome, Sarah." No staff retraining, no script.
Over a 3-month measurement window:
- Average tip: ₺85 → ₺112 (+31%)
- 5-star reviews: 62% → 78%
- Table dwell time: +8 minutes
Doing It Without Privacy Risk
Using a guest's name requires explicit consent under GDPR Article 5 and similar regimes. Add a checkbox at reservation: "May we use your name to personalize your service?" Without it, you risk a complaint. Mispronunciation is a separate risk — hotels that embed a TTS pronunciation snippet on the menu page report zero negative reviews on this point.
thMenu's URL-parameter personalization layer is a 2-day build for any property with an existing PMS hook. Minimal investment, measurable lift.
FAQ
Where does the name come from? Your PMS or reservation platform (OpenTable, Resy) feeds it into the QR query string.
What about walk-ins? Without a parameter, the menu falls back to a generic "Welcome" greeting — no breakage.
Does the lift hold across segments? No — it peaks in boutique and fine dining; fast food sees minimal change.
Found this helpful? Share it.
Related articles
Why Digital Menus Increase Restaurant Revenue by Up to 30%
Studies show restaurants using digital QR menus see measurable increases in aver…
When a Customer Downgrades, What Happens to Old Features? — The Silent Feature-Drift Problem in SaaS
Most SaaS apps run a single line of code when a customer downgrades — but old fe…
JWT alg-confusion attack — why Supabase's HS256 → RS256/JWKS migration breaks legacy verifiers
Verifiers that never decode the JWT header are wide open to `alg=none` and alg-c…