• Resolved rajen77

    (@rajen77)


    Hi!

    Is there a function or setting in the plugin that can be used to determine how long the guest wants to stay in the restaurant? In the settings, I can specify how much time the guests can spend together. But if the guest only wants to book 30 minutes or 90 minutes, the guest no longer has the option. Maybe it’s just me who can’t set this up, or is there no such option in the settings? If there isn’t one, is it planned?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author catkin

    (@thecatkin)

    Hi,

    There is no settings in UI to achieve that, but it is possible to add configuration to customduration.json file in this format:

    {
    ? ? "durations": [
    ? ? ? ? {
    ? ? ? ? ? "duration": "90",
    ? ? ? ? ? "name": "eat & go 1.5h"
    ? ? ? ? },
    ? ? ? ? {
    ? ? ? ? ? "duration": "150",
    ? ? ? ? ? "name": "relaxed eating 2.5h"
    ? ? ? ? },
    ? ? ? ? {
    ? ? ? ? ? "duration": "300",
    ? ? ? ? ? "name": "sit in with friends 5h"
    ? ? ? ? }
     ?  ]
    }
    Thread Starter rajen77

    (@rajen77)

    Hi catkin!

    Thank you very much for your help, it solved my problem! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Time interval of reservation’ is closed to new replies.