Ideas

Please, feel free to propose new ideas or new features, which you desire to see in future releases of Booking Calendar Plugin.

  1. Hello,

    I have two suggestions:

    1. Is it possible to configure availability at an hour level? e.g. instead of saying you're unavailable on Thursdays, could you say that every Thursday after 6pm you're unavailable?

    2. Somewhat related, can the plugin handle repeat/recurring bookings so somebody could book an hour slot at 6pm and have it recur every week?

    Thanks

    • Hello.
      1) It’s possible to have the different times selection for the different days in the Booking Calendar Business Medium or higher versions.
      Please check more here
      https://wpbookingcalendar.com/overview/#times-week-days

      You can check more info about this configuration at this page
      https://wpbookingcalendar.com/help/different-time-slots-selections-for-different-days/

      Or Otherwise you Need to make a blank bookings for the time slots at specific dates to make them as unavailable. You can do this from the Booking > Add booking page.

      2) You need to select each specific date in calendar, where you want to make the booking for the 6pm. You need to a ti activate the multiple dates selection mode and this option “use time slots for selected dates” at the Booking > Settings General page in “Calendar” section. Available in the Booking Calendar Business Small or higher versions.
      Kind Regards.

  2. Hi!

    I have to suggestions:

    1. Create crossover days with triangler in the timeline, similar to the booking Calendar. As it is now it confuses our customers because it looks different to the Calendar, and they think it is not an option to check in and out on days that it actually is. Should be a easy and quick fix, ad long as you have the change over days function allready working in the Calendar.

    2. make it possible to book multiple assets at the same time. For example a familie need two rooms. Not very nice to have to make two different bookings. And in worst case the last room is booked by another person before you manage to book both, ending up with just one room..

  3. Me gustaría que el autocompletado del formulario el campo del teñéfono se rellenara, nada más que se rellena el nombre y apellidos, que solución podría ser

    • Hello.
      Booking Calendar can auto fill the booking form fields from the User Profile.
      Please be sure that the field Phone exist in the User Profile in WordPress account and was filled for specific Users.

      Booking Calendar has the functionality for filling the phone numbers. But please be sure that the name of such field at the WP Booking Calendar > Settings > Booking Form page was such as "phone" or "fone".

      For example:

      [text phone ""]

      The code that is relative to this auto fill functionality is following:

      												// Phone
      					                            bk_af_reg = /^([A-Za-z0-9_\-\.])*(phone|fone){1}([A-Za-z0-9_\-\.])*$/;
      					                            if(bk_af_reg.test(bk_af_element.name) != false)
      					                                if (bk_af_element.value == "" )
      					                                    bk_af_element.value  = "'.str_replace("'",'',$curr_user->phone_number).'";
      

      which located at the ../wp-content/plugins/{Booking Calendar Folder}/core/lib/wpdev-booking-class.php

      P.S. Other possible issues here can be that the name of phone number field at the User Profile in WordPress Admin panel different than "phone_number" (but usually it has not to be the case.)
      Kind Regards.

  4. hello

    should be so nice to be abble easily to use personnal colors for customer calendar because it is essential to be able to adapt the calendar displayed to the graphic charter of the site.
    it should be possible from the small business option.
    for the moment the selectable colors ("calendar type") are really not great, it unfortunately gives a slightly amateur exterior appearance, which is regrettable because your plugin is really very cool.
    If only I could have convinced you to expand on this point!
    but in any case, congratulations already for what exists

    best regards

    denis

Leave a Reply

Your email address will not be published. Required fields are marked *

seven + four =