Support Archive (4)

Important!!!    Check actual Support Forum, if you need to ask a Questions.

  1. hi support,

    I have 5 admin user and i cant let them be regular users because they need to see each other resources.

    So everytime each admin user login to create new booking, i would like to know where is the code to customize to use current user login profile email instead of the email that is preset in the booking > setting > new(admin) & etc OR send to current user profile email and the prefix email.

    I try the above method but it doesnt work, hope you could help as this is related to security concern.

    • Hello.
      Unfortunately it’s does not possible with actual versions. You can use “super booking admin user” so it’s sharing all general settings between any users that defined as supper booking admin.

      Or you need to share the same login (“regular user profile”) to different 5 persons. So it’s badically one WordPress user.

      But it’s does not possible to share the same regular user booking admin panel to several WordPress users.

      Kind Regards.

      • Is there any code can be change to send to their profile email when booking is created? without this they cant trace who took action on those booking.

        • Hello.
          If you need to send copy of email about new booking to several email addresses, so then you can define several emails separated by semicolon (;) or comma (,) in the field “To”, while you logged in as specific user. Please recheck and test it at the Booking > Settings > Emails page.
          Kind Regards.

  2. Hi guys,

    I think there is a small detail with the color of the icon that indicates partially reserved, because when one day in the calendar is left with partial reservation, the color of the calendar does not match the legend.

    I hope it was clear, greetings.

    • Hello.

      1) The clock icon is meaning that there is bookings for specific time-slots.

      2) The background color of table cell, is defined pending or approved status of the bookings.

      The bookings for specific timeslots can be in approved or pending status, that's why in the calendar, such table cells, is in orange color.

      You can change it to have them in the same color as in calendar legend. Please follow this instruction: https://wpbookingcalendar.com/faq/set-partially-booked-dates-color-as-available/

      Kind Regards.

  3. Hi, how can I insert a booking calendar form in the sidebar of article's page?

    In the article admin form I can insert a booking calendar in the article content, but not into sidebar!

    What is the best and clean method to do this?

    Thanks.

    • Hello.
      You can add the Booking Calendar widget to your sidebar at the Appearance > Widgets menu in your sidebar.

      But please note, in this case you can not insert the booking form or availability calendar into the content of page in the SAME VISIBLE page or post. It’s possible to show calendar at one visible page for the same booking resource only once.
      Kind Regards.

  4. Hello,
    I just bought your booking plugin and I am a bit lost regarding the search form. I did exactly what you specify and I read the FAQ ... nothing is working...
    My version is: Version 9.Business.Large.SingleSite.8.1.2 | Par wpdevelop, oplugins | Afficher les détails
    You will find the screenshot of my configuration for two single resource (chambre-1 and 2) following this link:
    http://lepontillaou.com/need-support/
    Thank you for your answer
    Chris

  5. Hi, I'd like guests to pay by PayPal. Is it possible to have guests pay only after receiving a payment email with link to pay and not be able to pay instantly on the site?
    Thanks

    • Hello.
      In actual version update its require some customization for having payment in such way.
      But with next update 8.2 it’s will be possible to activate this option from the Settings. This update will come during a month.
      Kind Regards.

      • Hi, Just saw your "What's new in update 8.2" youtube video. Is this update available now? Thanks

        • Hello.
          Its will be available until end of this week.
          Kind Regards.

    • Hello.
      You can make this fix, for showing payment forms only after you send payment request, and do not show payment form, after visitor submit the booking.

      After making this fix, its will show payment form only in payment request during sending from Booking Listing page and do not show payment form after visitor made the booking.

      Fix:

      Please open this file ../{Booking Calendar Folder}/core/wpbc-constants.php

      then find this code:

      if (!defined('WP_BK_PAYMENT_FORM_ONLY_IN_REQUEST')) define('WP_BK_PAYMENT_FORM_ONLY_IN_REQUEST', false );

      and replace it to this code:

      if (!defined('WP_BK_PAYMENT_FORM_ONLY_IN_REQUEST')) define('WP_BK_PAYMENT_FORM_ONLY_IN_REQUEST', true);
      Kind Regards.

  6. looking at business-large...
    1) where is the short code documentation?
    2) can I have one resource that is priced and available per day, and another that is only available per week, starting with a certain day of the week (ie, Saturday)? If so, how is this done, since the demo only seems to allow one price type?

  7. I have purchased this plugin, but I think it may be too complex for what I need. I will be running workshops on a given day at a given time and require a plugin that will allow people to register and pay. If the workshop fills up I would also need the ability for them to waitlist or such. I do not think I require a calendar as such.