• Resolved kunison123

    (@kunison123)


    Is there a way to set business hours? Business hours are 10:00-20:00. However, now the system allows reservations for 4 hours starting from 7:00 pm.
    I would like to set it up so that reservations are allowed during business hours.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    You can configure the required times slots selection at the WP Booking Calendar > Settings > Booking Form page. Please open this page, then click on the “Edit” button near the time slot field.

    On the new screen, please reconfigure your time slot as you needed to have 4 hours starting from 7:00 pm.

    If you need further help, please let me know.

    Kind Regards.

    Thread Starter kunison123

    (@kunison123)

    thank you information. but i cant find [edit]. where is it?

    i find [form fields]. and write like this

    [calendar]

    利用時間選択*:
    開始時間: [select starttime “10:00” “11:00” “12:00” “13:00” “14:00” “15:00” “16:00” “18:00” “19:00”]
        利用時間: [select durationtime “2 hour @@02:00” “3 hour @@03:00” “4 hour @@04:00”]

    ご利用料金*:
    [cost_hint]

    名前*:
    [text* name]

    苗字*:
    [text* secondname]

    Email アドレス*:
    [email* email]

    Phone 電話番号:
    [text phone]

    補足や追加でご連絡事項:
    [textarea details]

    [captcha]

    [submit class:btn “Send”]

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    You can use the start time and duration of time as in your example:

    [select starttime “10:00” “11:00” “12:00” “13:00” “14:00” “15:00” “16:00” “18:00” “19:00”]
    利用時間: [select durationtime “2 hour @@02:00” “3 hour @@03:00” “4 hour @@04:00”]

    However it is means that visitor can select start time 19:00 and duration of time 4 hours, then make the booking for this time “19:00 – 23:00”

    Instead of start time and duration of time you can use the time slot selection:

    Time-slot: [selectbox* rangetime "10:00 - 11:00" "11:00 - 12:00" "12:00 - 13:00" "13:00 - 14:00" "14:00 - 15:00" "15:00 - 16:00" "16:00 - 17:00" "17:00 - 18:00" "18:00 - 19:00" "19:00 - 20:00"]

    Kind Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is there a way to set business hours?’ is closed to new replies.