Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Support us - If checkbox is checked, a logo of "Powered by ReDi" is displayed. Thank you for supporting us.

...

Hidden Front End Settings

There are some settings that are not possible yet to change from the settings page but are possible to define in the configuration file

Seating duration - if defined, then guests can select seating duration from provided options

...

file: customduration.json

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

Custom fields

Custom fields allow you to set additional items in step 2 of your reservation form.

...