Skip to content

System Configuration

Learn how to configure Booking Platform to fit your business

General Settings

Business Information

Go to Settings > Business Info to edit basic information:

FieldDescriptionRequired
Business NameName displayed to customers
AddressAddress for Google Maps
Phone NumberFor customer contact
EmailFor notifications
LogoLogo image 200x200px

Operating Hours

Set your business opening/closing hours:

  • Monday – Friday: 09:00 - 18:00
  • Saturday: 10:00 - 16:00
  • Sunday: Closed

Holidays

Set annual and special holidays:

  1. Go to Settings > Holidays
  2. Click Add Holiday
  3. Select date and enter holiday name
  4. Choose whether it repeats annually or is one-time

Notification Settings

Email Templates

Customize messages sent to customers:

TemplateDescription
Booking ConfirmationConfirm successful booking
ReminderRemind before appointment
CancellationNotify cancellation
RescheduleNotify reschedule

SMS Settings

Configure SMS sending:

  1. Go to Settings > Notifications > SMS
  2. Enable SMS
  3. Enter Twilio account details

Payment Settings

Stripe

  1. Go to Settings > Payments > Stripe
  2. Enter API Keys from Stripe Dashboard

Payment Methods

Select supported payment channels:

  • ✅ Credit/debit card
  • ✅ QR Code (PromptPay, LINE Pay)
  • ✅ Bank transfer
  • ✅ Cash (pay at location)

Booking Widget

Installation

Add the Booking Widget to your website:

html
<!-- Add Script -->
<script src="https://booking-platform.com/widget.js" defer></script>

<!-- Add Container -->
<div id="booking-widget" data-tenant="your-tenant-id"></div>

Customization

typescript
BookingWidget.init({
  tenant: 'your-tenant-id',
  theme: 'light', // or 'dark'
  primaryColor: '#3B82F6',
  language: 'en',
});

Security Settings

Two-Factor Authentication

Enable 2FA for admin accounts:

  1. Go to Settings > Security
  2. Enable Two-Factor Authentication
  3. Scan QR Code with an Authenticator app
  4. Enter 6-digit code to verify

Change Password

  1. Go to Profile > Change Password
  2. Enter current password
  3. Enter new password twice

Language

Supported Languages

  • Thai (default)
  • English
  • Chinese

Change Language

Go to Settings > Language and select your preferred language

Released under the MIT License.