Support Archive (2)

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

  1. Hi,
       I just started creating my website a cabpeople.com for this i need a taxi booking plugin.
    I was wondering what is the best plugin for taxi bookings/payment. Basically for airport rides (not everyday in-town taxi fares). I need to create a product and price for each trip (example: product 1: Toronto to Airport $60, product 2: Airport to Toronto $60, product 3: Montreal to Airport $300, product 4: Airport to Montreal $300. And so on....
    so can this plugin help me out
     

    • Hello.
      I think you are need to check  the Premium or Premium Plus version of the Booking Calendar.  At  this version is possible to set the bookings for the specific time.  You can configure the time slot selections at the Booking > Settings > Fields page at top form. 

      Unfortunately, its not possible to set  the different time slot (check in) selection for the different days of week. The time selections (if you are use the selectboxes) are the same for the any day of week.

      Please note, if someone is reserve the times for the selected date in specific calendar, this time become unavailable for the other visitors.

      You are néed to create the booking resource for the each type of trips. Please tet it at live demo to be sure in functionality.

  2. I would like to use the submitters email address as the from address in the request email.
    In the following section: 
    Email to "Admin" after booking at site

    So I can directly reply instead of having to copy the email address and reply to the submitter. Can I do this by using the [name] [email] shortcode in the "from:" field? or can you give me another way to make this happen?

  3. In "Send Payment Request to Visitor" email. How do I change the link in the email. I do not use PayPal, Sage or Ipay88, so I want to send them to a link to my shopping cart instead. How do I do that? Can you create a field for a custom link to send the visitor to please? Or a way to remove the "You can make payment on this page: link" from the email?

  4. Hi,
    Where can I change the style of the send button (form reservation)?
    Thanks.

    • Hello,
      you can change the style of that button at the ../booking/css/client.css file.
      You are need to create new style definition for that button.

      • Hey,
        I try to change .booking_form_div .button but nothing happens?
        Thanks

  5. Hi all,
     
    is it possible to set the notification checkboxes unchecked by default in the backend forms?
    When we creat a reservation from the backend or confirm a reservation.
     
    Thanks

    • Hello,
      If you mean notifications checkboxes (emails) about cancellation or approve of the bookings at booking listing admin page, so then no, its not possible right now.

  6. Can i use an orbital gateway through goodaddy, and Chase paymentech to take credit card payments with online?

     

  7. hello ,how i can change month names in the calendar in different language?

    • Hello,
      the month names, have to be changed automatically, if you are change the local at the config.php file.
      Please read more detail info at the FAQ at translation section.

      • My location is Finland but month names are still in English, could you tell me where is the congfig.php file? i have the plus version.thanks

        • and i am already made those 2 files wpdev-booking-fi_FI.po and wpdev-booking-fi_FI.mo,and now files are in the “languages” folder.

          • Hello,
            you are need to open the config.php file, which is in the same folder (level), where are "wp-content" folder. Its root of your site.

            Then you are need to check that you are have correctly configured this:
            define('WPLANG', 'fi_FI');

  8. Helloas I can do to make the form appear to the right of the calendar?You can minimize the size of the form and timing?I saw the site https://chateau-sainte-colombe.fr/tarifs-reservation/where I write the html programming to do something well?thanks

    • Hello,

      uoi can customize the booking form at the any paid versions at the Booking > Settings > Fields page.

      You need to have some thing similar to  this:

      You can customize it at the same admin page. You are need to configuration of the booking form, similar to this:

         <div style="text-align:left">
             <div style="float:left; margin-right:10px;">        [calendar] </div>
              <div style="float:left;">
              <p>First Name (required):<br />  [text* name] </p>
              <p>Last Name (required):<br />  [text* secondname] </p>
              <p>Email (required):<br />  [email* email] </p>
              <p>Phone:<br />  [text phone] </p>

              <p>[submit "Send"]</p>

              </div>
      </div>

    • Hello,
      1) please open the Booking > Settings > Fields page and remove the <br> elements.
      2) sorry, its not possible.

  9. hi, need location in Slovak language, is it possible?
    thanks all 

      • Hello,
        sorry, this translation is not available yet, but you can create it. Please check the instruction how to create the translation at the "translation" section at the FAQ page.