• Resolved sohilhunani007

    (@sohilhunani007)


    Hello

    I am working on ReDi Restaurant Reservation Plugin. I want to give an option to the user to select the Time shift (Breakfast, Lunch, Dinner) at the time of making reservation. I have the basic package and created time shifts in the admin section. But how to implement it on front end.

    It will be better if anybody can explain me the full process of setting timeshifts(On Admin panel + On Frontend)

    Thanks

    https://wordpress.org/plugins/redi-restaurant-reservation/

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

    (@thecatkin)

    Hi,

    In current version of plugin, when you define time shifts, plugin validates selected time against working time by time shifts.

    For example if you have
    Breakfast 10 – 12
    Lunch 13 – 15
    Then if client selects 12:00 as a starting time, system will give out message that you are closed this time.

    How would you like to see it on your web site?

    Thread Starter sohilhunani007

    (@sohilhunani007)

    Thanks For response.

    I want to give user to select the option to select the timeshift(Breakfast, Lunch, Dinner) as a dropdown.

    Is there any option to do that… or any customized way?

    Plugin Author catkin

    (@thecatkin)

    We can be developed it for you, please send request to info@reservationdiary.eu

    Thread Starter sohilhunani007

    (@sohilhunani007)

    I want to give a flow like this:-

    http://www.foxandhoundsshenstone.com/book-here-5980.html

    As in this process user is free to select the timeshift and then he select the time within the available time according to the selected timeshift. Can We do it in this plugin??

    Thread Starter sohilhunani007

    (@sohilhunani007)

    Can you tell me in which database table there resarvations are saved? and also in which database table these timings and shifts are stored?

    Plugin Author catkin

    (@thecatkin)

    We have done similar customization: http://www.laclefdor.ch/

    Is that what you are looking for?

    Plugin Author catkin

    (@thecatkin)

    Plugin works with Reservation Diary API, all reservations and settings are saved to Reservation Diary database and accessible via API.

    Thread Starter sohilhunani007

    (@sohilhunani007)

    If my working developer wants to customize it he can not right?

    Plugin Author catkin

    (@thecatkin)

    I think it depends on what you want to customize, but most of plugin parts are customizable.

    Thread Starter sohilhunani007

    (@sohilhunani007)

    I just want to give the timeshift select functionality to the user on frontend and then the time slots will popup according to the selected timeshift. can it be done without going to your database?? or you can guide us for this?

    Plugin Author catkin

    (@thecatkin)

    All you need is to call API method: availabilityByShifts/Person
    when user clicks on “Check” button

    This will return array of TimeShifts and Times

    Extract Time Shift names from it and display.
    When user selects Time Shift name, show times from returned array.

    Thread Starter sohilhunani007

    (@sohilhunani007)

    Where I need to call this method. I didn’t get this method in plugin folder. Can you guide me in brief please?

    Thanks

    Plugin Author catkin

    (@thecatkin)

    You need to register this API call as a method in redi.php
    You can find there examples.

    Thread Starter sohilhunani007

    (@sohilhunani007)

    Where I can find the examples?

    Plugin Author catkin

    (@thecatkin)

    in redi.php

Viewing 15 replies - 1 through 15 (of 41 total)
  • The topic ‘Problem in Implementing the Time shift (Breakfast, Lunch, Dinner)’ is closed to new replies.