Forum Replies Created

Viewing 15 replies - 301 through 315 (of 2,707 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    You need to activate this option “ Use localized time format”, at the Booking > Settings General page in Booking Admin panel section. This option useful , if you have issue with translation of time format. If you activated this option, at some servers possible issue with “Daylight Saving Time” – booked times can be later on 1 hour.

    Kind Regards. 

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    In the Booking Calendar Free version you can use [moderatelink] shortcode in the email template at the Booking > Settings > Emails page. With this shortcode you will be redirected to the booking admin panel to manage specific booking. But you will be need to make login to your website, if you was not logged in before.

    In the paid versions of Booking Calendar possible to use also these shortcodes:[click2approve], [click2decline] and [click2trash] .

    Such short-codes require only only click to make specific action and do not require to login into admin panel of your website, because all of them used specific secured hash for identification of the bookings. Please check more here https://wpbookingcalendar.com/faq/config-click2approve-click2decline-click2trash-shortcodes/

    Kind Regards.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    Unfortunately, Booking Calendar do not have native integration with other Ads plugins. Sorry.

    Kind Regards.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    In the settings of Booking Calendar you can define such buffer only for the “days” not the times. You can define it at the Booking > Settings General page in “Availability” section.

    For the times here exist one trick. Because system show available times only started from current time (today now time), so if you change the timezone of your website, then you can block some times that can be in past in different time-zone. You can do this at the WordPress > Settings General page.

    Kind Regards.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    Probably issue relative to some CSS conflict at your page.

    Please try to reinsert the booking form or availability calendar into the other place at your page.

    Otherwise please send the exact link to your page with booking form, where you are having the issue.

    Thank you.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    In the Booking Calendar Free version, you can disable specific time-slot at specific date only by making “blank” booking for this time slot at specific date at Booking > Add booking page (in admin panel).

    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/

    Kind Regards.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    You can open the General Booking Settings page and in the “Advanced section” and activate this option “Use pending days as available” (or event this “Allow unlimited bookings per same day(s)” if you needed it).

    In this case the calendar will not mark as booked the time slots and dates until you approve the booking, and you can receive as many bookings as you need for specific date.

    If you need to receive the specific number of bookings per specific time slot, then it’s will be possible in the next update of paid versions, currently it’s not possible, yet.

    Kind Regards.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    You need to copy URL of .ics feed from the Booking > Settings > Sync > “Export – .ics” page.

    At that page you need to configure suffix of this URL (if it was not configured), similar to this: /exported-ics/wpbm.ics
    Save changes.
    Then click by right mouse button on the icon at right side of text field, where you configured previous part of .ics feed URL. And select “Copy Link” option to copy FULL url of this link. It’s will be similar to this: https://your-server.com/exported-ics/wpbm.ics
    You need to use this URL for definition in booking.com

    Export.

    Please check about the configuration of export .ics feeds in this FAQ instruction here https://wpbookingcalendar.com/faq/export-ics-feeds/

    Plugin is generated .ics feed with bookings in real time. But how often some services (like airbnb, or booking.com ) access this .ics feed to import the bookings from plugin into their own system, does not depend on the Booking Manager. So in other words, plugin does not force the import process by third party service, when some booking is created. You need to check with support of this service (like airbnb or booking.com), about how often they can access the .ics feed for making imports.

    Kind Regards.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    Unfortunately, Booking Calendar does not have native integration with Microsoft Teams. Sorry.

    Kind Regards.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    1) It is only the hook for the actions that appear in the Booking Listing page, there is no action for this hook.
    2) To approve the booking, please use this:
    Approve booking:
    $action_result = wpbc_booking_do_action__set_booking_approved_or_pending( $booking_id , array( 'user_id' => $user_id, 'reason_of_action' => $reason_of_action, 'is_approve' => '1' ) );
    Set booking as pending:
    $action_result = wpbc_booking_do_action__set_booking_approved_or_pending( $booking_id , array( 'user_id' => $user_id, 'reason_of_action' => $reason_of_action, 'is_approve' => '0' ) );

    where
    $booking_id – it is ID of the booking
    $reason_of_action – some text. Can be empty string: ”.
    $user_id – ID of the user. For example: $user_id = get_current_user_id();

    Kind Regards.

    Kind Regards.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    Please note, this forum is only about the support of Booking Calendar Free version. If you will have any questions about the paid version, then contact here https://wpbookingcalendar.com/contact/

    If you need to show the cost  at  the page “after  redirection  from  the Stripe”  then  Unfortunately, currently  it is not possible to  show the total  cost  there. It’s only  possible to  show the total  cost  and booking details, before redirection  to the Stripe page. We will add improvements to this feature to the TODO list for having it in future updates of the plugin, but I can not say when this feature will be implemented.

    Kind Regards.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    If you need to make customization and change the background color of the tool-tips, then you can do this inside of this CSS file: ../wp-content/plugins/{Booking Calendar Folder}/assets/libs/tippy.js/themes/wpbc-tippy-times.css

    For example here:

    .tippy-box[data-theme~="wpbc-tippy-times"] {
    /*border-radius: 0;*/
    /*border: none;*/
    background: #fff;
    }

    Disclaimer. Unfortunately we can not start, right now, some personal customization or custom development, because we have almost no free time. Check more about, what support we are providing here https://wpbookingcalendar.com/faq/what-support-do-you-provide/

    Thank you for understanding.

    Please note, if you modify the source code of the Booking Calendar, we will not guarantee the correct work of the plugin and do not support it.

    Kind Regards.

    • This reply was modified 2 years, 10 months ago by wpdevelop.
    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    It’s possible in the Booking Calendar Business Small or higher versions. Check more about this feature here: https://wpbookingcalendar.com/overview/#range-days-selection
    Watch it in this video guide https://wpbookingcalendar.com/help/booking-calendar-video-range-days-selection/
    Test it here https://bm.wpbookingcalendar.com/

    Please note, this forum is only about the support of Booking Calendar Free version. If you will have any questions about the paid version, then contact here https://wpbookingcalendar.com/contact/

    Kind Regards.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Unfortunately it’s does not possible to use some your shortcodes in the booking form, which is not relative to the Booking Calendar or booking form. Sorry.

    Please note, this forum is only about the support Booking Calendar Free version. If you will have any questions about the paid versions, then contact here https://wpbookingcalendar.com/contact/ 
    Thank you.

    Kind Regards.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    Probably system show warning that this time slot already booked previously, and because of that do not allow to submit this booking. Please note, you have to use the time slot like this: 00:01 -01:00 (or in paid versions with labels like this: “00:00am – 01:00am@@00:01 -01:00” ). It is because in the Booking Calendar plugin exist trick that if you are using start time from 00:00 then entire day will be booked.

    Kind Regards.

Viewing 15 replies - 301 through 315 (of 2,707 total)