Support Archive (4)

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

  1. Hi there.
    I would like to ask for help. I have a booking form that goes very well, but there is a part that is not complete yet. You gave [additional_hint] the full extra cost. I would have to break this up (for example, the extra cost of visitors, and IFA separately.) I do not know if there is a simple way to do that in the booking form, either with the help of jquery, or you have the option of using a variable (like any other existing form field: var night = jQuery ("input [name = 'nights_number_hint" + bk_type +' '] ") .val ())
    Thank you, Peter

    • Hello.
      Please check here: https://wpbookingcalendar.com/overview/#additional-cost

      Tip & Trick. You can show cost hints separately for the each items, that have additional cost at Booking > Resources > Advanced cost page. For example, if you have configured additional cost for my_tax option at Advanced cost page, then in booking form you can use this shortcode [my_tax_hint] to show additional cost of this specific option. Add "_hint" term to name of shortcode for creation hint shortcode.

      Kind Regards.

  2. Hello!

    Thanks for your help, so I was looking for this opportunity.
    To format (to put a currency in the end), or if I want to display it in other currencies, I can only modify this at program level only (i made it for biz_m.php, for example, cost_original_hint)?

    Péter

    • Hello.
      The currency format you can configure at the Booking > Settings > Payment page.
      Kind Regards.

  3. Thank you, but this option because bilingual the site is unfortunately fundamentally not good, but by transcribing the program it is already perfect.

    foreach ($ show_cost_hint as $ cost_hint_key => $ cost_hint_value) {
    if (document.getElementById ('bookinghint _ ')! == null)

    document.getElementById ('bookinghint _ ') .innerHTML = ' ';

    document.getElementById ('') .value = ' ';
    }
    }

    Peter

    • Hello.
      Sorry, I do not sure that I was clearly understand. Did you have resolved issue by this code ?
      Thank you.

  4. $ cost_hint_value = EuroFxRef::convert($ cost_hint_value, 'EUR', 'HUF' );
    $ cost_hint_value = round($ cost_hint_value, 0);

    • Hello.
      Yes, I see, and understand what you mean.
      But currently this feature is not support. And I do not sure that in future updates it’s will.

      Because different payment systems can have the different rates for exchange, and because of that’s there can be different sums, it’s will be very confusing.
      Kind Regards.

  5. Yes, that's right. Luckily, this is a concrete case with specific currencies so I was ultimately an easy job. It is not the most perfect but viable route and the final result is perfect.

    Peter

  6. Is there a way the Booking Listing Details (name, contact information, etc.) can be displayed on the calendar for each specific day?

      • Can you specify and select only certain fields to display on the calendar? For example, the calendar example you sent me fills in the name of the person from the form. We want the calendar to be filled with a business name even though the form will also contain name and contact information. Are we able to customize what we want data fills the calendar?
        Also, just to clarify, we will need to purchase the Book Calendar Business Medium for this feature, correct? Is that a one-time fee or a yearly fee?

        • Hello.
          1) You can configure booking form fields that you need to have in the booking form and save data from this fields into the booking at the Booking > Settings > Form page. Please note, you can have any number of fields and type of fields in the booking form. Only email field is required field for booking form.
          Please use shortcode generator at the right side of the Booking > Settings > Form page for the fast and correct creation of booking form fields.
          Watch it in this video guide https://wpbookingcalendar.com/help/booking-form-fields-settings-video-tutorial/

          2) It's one time cost. You can use your purchased version of Booking Calendar as long as you need on your website.
          Also, you can request free updates your version of Booking Calendar (if such updates ready) during 6 months after purchase of plugin.
          If you will need to extend period (of support and getting free updates) to the next 6 months, it will cost 50% from the original cost.
          Check more in the FAQ https://wpbookingcalendar.com/faq/
          Kind Regards.

          • We are really liking the plugin and the look of the calendar. But we are needing contact information displayed on the calendar so we would need to purchase the Business Calendar Medium and it displays in the timeline view. If we purchase, can get a 48 hour trial so if we don't like the look or doesn't display the information we are needing can we get our money back?

  7. how to add additional booking fee to cost for my three forms

  8. Hi!

    Can you help me with which file of the email to be sent in which file is located? Because I found the rest I changed only that one. (should be adminnak and should be outbound to the client as well.)

    Thank you for your help.

    Péter

    • Hello.
      Sorry, I so not sure that clearly understand your question. If you need to configure your emails, so you can do this at the Booking > Settings > Emails page.
      Please use shortcodes dfrom the HELP section at that page for configuration.

      In case, if you need to customize some email. You can override email template in this folder ../{Booking Calendar Folder}/core/any/emails_tpl

      The full path and name of the email template you can find at the Booking > Settings > Emails page in Emal styles section.

      Disclaimer. Unfortunately we can not start, right now, some personal customization or custom development, because almost have no free time.
      Check more about new features here https://wpbookingcalendar.com/faq/need-new-feature/
      Thank you for understanding.
      Please note, if you will modify the source code of the Booking Calendar, we will not guaranteed the correct work of plugin and do not support it.

      Kind Regards.

  9. Thanks, but unfortunately for me the 6 is the other file structure and therefore I can not find it. Anyway, it's okay if I do not have the capacity to develop it, I can solve what my client is asking, and this is still personal. Anyway, I'm afraid that there is no currency display in [original_cost] in e-mails, and here too I would like to resolve currency switching here. I have already done this in the confirmation message on the screen.

    Peter

    • Hello.
      Because you are using your own customization for having several currencies, and Booking Calendar support only one default selected currncy, so that’s why it’s does not supported in the original Booking Calendar version.

      You need to make your own php customization insource code of plugin to have such support.
      Disclaimer. Unfortunately we can not start, right now, some personal customization or custom development, because almost have no free time. ~ Check more about new features here https://wpbookingcalendar.com/faq/need-new-feature/ ~ Thank you for understanding. ~ Please note, if you will modify the source code of the Booking Calendar, we will not guaranteed the correct work of plugin and do not support it.
      Kind Regards.

  10. Hi, Im using Business Medium single site 8.2. on WordPress.com
    Can I set the Stripe Payment for authorization and collecting customer's credit card info only?

    1.On the Payment request page,Customer just put their credit card information and doesn't pay any deposit.
    2.Then whole payment will be charged after service is provided to collected customer's credit card infomarion.

    thank you.

    • Hello.
      1) No it’s doed not possible to store authorization only mode for the Stripe.

      2) It’s possible to activate this option “Do not show payment form, after submit booking form” at the Booking > Settings > Payment page, if you want to show payment form only after sending payment request by email.

      Kind Regards.