HavenSuiteWebsite and direct booking
Guest journeyIn-app Docs

From website visitor to confirmed stay

Website Builder and Direct Booking

The public website presents the hotel, rooms, offers, policies, gallery, and contact information. The booking journey checks real hotel availability and creates a reservation through a protected session.

Public hotel booking website

Real public booking page from the packaged application. Replace demo copy and media before production launch.

Before Publishing

  • Hotel name, legal name, address, phone, email, timezone, currency, check-in/out times, and tax policies are correct.
  • Every public room type has current capacity, amenities, description, bed information, price/rate availability, and licensed images.
  • Cancellation, deposit, child, pet, smoking, accessibility, privacy, and payment policies are written in plain language.
  • HTTPS, production email, payment webhooks, queues, scheduler, and public rate limits are working.
  • Test one successful and one declined/abandoned booking without using real guest or card data.

Website Builder Sections

AreaPurposeGood content example
Homepage sectionsIntroduce location, value, room options, and direct-booking action.“Quiet airport hotel with 24-hour reception and free shuttle.”
RoomsHelp a guest choose the correct room type.Capacity, beds, size, accessibility, amenities, refundable terms
OffersPresent a real package or seasonal value.Three-night family stay with breakfast; valid dates and exclusions
GallerySet accurate visual expectations.Current room, bathroom, lobby, restaurant, entrance, and accessibility images
PoliciesExplain terms before payment.Cancellation deadline, deposit, taxes, child policy, check-in identification
SEOHelp search engines and shared links describe the page.Unique page title, description, canonical URL, and social image
LanguagesOffer approved translated content.English and Spanish pages reviewed by the hotel

Room Type Field Guide

FieldWhat the guest needsAvoid
NameA short recognizable room category.Internal codes such as “DLX-K-01”.
CapacityMaximum adults/children and whether extra beds are possible.Marketing a capacity the room cannot safely support.
Bed configurationExact beds and sizes.“Multiple beds” without specifics.
AmenitiesOnly amenities genuinely available for this room type.Copying hotel-wide amenities into every room.
ImagesRepresentative current photographs.Unlicensed stock photos or materially different rooms.
Rate and taxesClear price basis, included taxes/fees, meal plan, and cancellation terms.Hidden mandatory charges.

Guest Booking Journey

Search datesChoose roomEnter guest detailsReview termsPay / confirmConfirmation
  1. The guest chooses valid arrival/departure dates and occupancy.
  2. Availability excludes overlapping reservations, maintenance holds, and non-sellable inventory.
  3. The guest selects a room/rate and enters primary contact and occupant information.
  4. The checkout page shows price, taxes, deposit/payment requirement, cancellation policy, and consent.
  5. The system creates/updates the protected booking session and calls the configured payment flow when required.
  6. Only verified payment/provider status can mark paid. The confirmation page and email show the booking reference and next steps.

Checkout fields

FieldWhy it mattersExample
Primary guestControls booking communication and identity.Aisha Rahman
Email / phoneConfirmation, pre-arrival, payment, and support.Verified guest-owned contact
OccupancyCapacity, price, safety, and registration.2 adults, 1 child aged 8
Special requestA request, not an automatic guarantee.Quiet room if available
Policy consentRecords agreement to displayed terms.Cancellation and privacy consent version

Payment Behavior

  • Use live provider mode only with production credentials, HTTPS, and verified webhooks.
  • Manual/demo payment must remain disabled in production.
  • A successful browser redirect is not enough; verify the provider response/webhook.
  • Duplicate provider events must remain idempotent and must not create duplicate payments or bookings.
  • Never collect card numbers through hotel notes, email, chat, or an unencrypted form.

Manage Website Bookings

Open Website Bookings to review the reservation, guest, room/rate, payment state, source, and timeline. Treat public bookings like other reservations after creation: resolve room assignment, deposit, guest details, arrival handover, and confirmation. Do not create a duplicate booking when a payment is pending; inspect the existing booking session first.

Guest Communication

  • Confirmation: booking reference, dates, room/rate, payment status, hotel contact, check-in requirements, and policies.
  • Pre-arrival: transport, arrival time, online forms, outstanding deposit, and useful hotel information.
  • Changes/cancellation: what changed, any financial effect, and who initiated it.
  • Never include private staff notes, full payment credentials, API tokens, or another guest's information.

Example: Direct Family Booking

Two adults and two children, three nights

The guest searches exact dates and four-person occupancy. Only room types with sufficient capacity are shown. The guest chooses a family room with breakfast, enters all required contact/occupancy details, reviews cancellation and deposit terms, and pays through the configured provider. The verified result creates a website-source reservation and confirmation. Reception later assigns an inspected room and completes the normal arrival workflow.

Public Booking Troubleshooting

SymptomCheck
No rooms availableDate order, occupancy, room-type inventory, overlapping bookings, holds, restrictions, and rates.
Payment completed but booking pendingProvider webhook/signature, queue, idempotency record, booking session, and application logs.
Confirmation email missingGuest email, mail configuration, queue worker, template, and delivery log; do not expose mail credentials.
Image missingPrivate/public disk choice, supported file type, storage link for public media, and current page assignment.