Important!!! Check actual Support Forum, if you need to ask a Questions.
I'm getting an error from pages with a booking calendar field on them. Can you tell me where the software specifies the load of bootstrap so I can change the link to a relative or https link?
[blocked] The page at 'https://www.autovaultmn.com/msp-airport-parking/' was loaded over HTTPS, but ran insecure content from 'https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css?ver=3.2.1': this content should also be loaded over HTTPS.
Hello.
This file: <link rel='stylesheet' id='font-awesome-css' href='https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css?ver=3.2.1' type='text/css' media='all' />
is loading no by the Booking Calendar. Its load some other plugin or your theme.
Most probably that this file was loading by the plugin "cherry-plugin". Please check it (you can deactivate it to check if that code will stop loading) and then you can contact to the support of that plugin for fixing of that issue.
Kind Regards.
Awesome. Thanks.
Error at 'send' button '406 not acceptable'
Hi Support
Calendar: 5.1.6
WP: 3.9.2
If I want to send the form I am getting this error '406 not acceptable'. How can I fix this?
Thanks for your help!
Hello.
Its seems that this issue exist because of your specific configurations of the mod security at your website.
Please check more about it here https://www.inmotionhosting.com/support/website/error-numbers/406-error
Please contact with this info to the support of your hosting company to reconfigure the Mod_security rules about this issue.
Kind Regards.
Thank you so much, that solved the problem!!!
I have upgraded from free to personal calender, yet no matter how many times I deactivate and delete the free version and upload the upgraded version, install and activate the booking calender keeps showing the free version with only one ressource - tried now about 5 times and loosing patience https://www.optilmor.dk/test/?preview=true&preview_id=1783&preview_nonce=6342ad9795
Also please check that you do not use any cache plugins (like wp super cache), if you are using one of them, please deactivate it or add the exeption to the page with booking form.
I have been dealing with a difficult client who's appetite for the admin panel has been ridiculously high.
After I represented the booking calendar for his restaurant he outlined the following features to be provided.
It is very overwhelming, so I thought you might kindly help me to explain what & why the followings are possible.
I would much appreciate your help.
Many Thanks
I am running Business Medium for this Business which has three different restaurants with there different calendars.
The features they want ;
1) Set the calendars to the auto approve with separate maximum party numbers of each restaurant( say 8 - 10 & 12 )
when the users want to book over this numbers ask for approve.
2) Allow admin panel to search bookings based on customer's telephone number.
3) Disable to required email in the admin panel
4) Add booking Id to customer confirmation email as week as the admin email
5) Disable the booking times of 20.00 & 20.30 for Saturday & Sundays
There are some more but, I will try to answer them with my knowledge.
Hello.
1) You can activate the auto-approve feature at the General Booking Settings page at the "Auto approve/cancellation" section.
Please note if someone will make the booking for the specific date or timeslots (do not depend from the number of selected visitors), this date or timeslot become unavailable for the other visitors of your website.
In the Booking Calendar Business Large version, possible to make several reservations per specific FULL date(s) by visitors (not time slots). At this version is possible to set capacity of the booking resource, so date(s) in calendar will be available until number of reservations is less then capacity of the booking resource.But in this version is possible to make reservation only for FULL date, not a time slots (time slots in this version only record data in the DB, but do not play any logic in reservation). Please read more info about the booking resources and how to configure them here https://wpbookingcalendar.com/help/booking-resource/
Also its does not support feature according "asking to approve" if visitor want to book over specific number.
2) You can search the specific booking by phone number at the Booking Listing page by expanding the "Filter tab" and entering the "phone number" into the "Keyword" text field and apply that specific filter.
3) You can disable the sending of the emails at the Booking > Settings > Emails page, but ususally the email is required filed for making the booking. You can try to completely remove the email field from the booking form at the Booking > Settings > Fields page, but this situation can generate some issues and was not testing by us. Thats why we do not recommend to do that.
4) You can use the this shortcode [id] to inserting ID of booking in the email template at the Booking > Settings > Emails page. Please check the previous point #3 if you want to send the emails.
Isi to possible to set a conditional drop down or check button,in the form.
For example say when it is selected or checked the next label brings a required checked button etc.
Thank you
Hello.
Unfortunately the conditional elements in booking form, which will depend from the selections of the options in other selectboxes or checkboxes do not support in actual versions, yet.
You will be need to write own JavaScript for such functionality. Sorry.
Kind regards.
Hi there,
The form suddenly stopped sending emails.. Neither admin not the bookers receives emails ?
I am trying to apply different colours to each resource background that appears on the booking list section.
would this be possible ?
Many thanks in advance
Hello.
In the actual versions this feature is not supporting yet.
But you can try to make some CSS customization at the ../booking/CSS/admin.css file.
Thank you
Good Morning,
Thank you for the great support.
I am trying to arrange the following and in the end I gave up as I have been able to complete them.
I would much appreciate a solution for specifically b as this project is depending on the time slots control.
a) Translate Resources to Restaurant
b) A way to assign only T fields to subscriber so he/she can play around the time slots. This is really important for me to complete the project. My clients want to have the control of the hours on a daily basis but we try to keep the away from other settings.
c) I would like to take off the upgrade & payment buttons from the fields setting page
d) I could not add the logo of the business into the emails.
Many Thanks
Hello.
A) If you are using some other language then English in your wordpress website, then you can make this translation in the PO/MO languages files, otherwise you will booking need to edit it directly in the source code of the plugin.
1) For making that translation, please open the PO file of your actual language from the ../booking/languages/ folder, then find the term "Resources" and translate it as you need. Please be sure that this translation is not marked as "Fuzzy" (you can deactivate it at the menu). Then save your changes. You have to get updated PO and new MO files. You need to upload both these files to the e ../booking/languages/ folder.
Please read more about it here: https://wpbookingcalendar.com/faq/make-translation-of-wp-plugin/
2) If you need to make that fix of text directly in the code than please make this fix.
Please open this file ../booking/lib/wpdev-booking-class.php
then find this code:
$pagehook4 = add_submenu_page(WPDEV_BK_FILE . 'wpdev-booking',__('Resources', 'wpdev-booking'), __('Resources', 'wpdev-booking'), $users_roles[3],
WPDEV_BK_FILE .'wpdev-booking-resources', array(&$this, 'on_show_booking_page_resources') );
and replace it to this code:
$pagehook4 = add_submenu_page(WPDEV_BK_FILE . 'wpdev-booking',__('Restaurant', 'wpdev-booking'), __('Restaurant', 'wpdev-booking'), $users_roles[3],
WPDEV_BK_FILE .'wpdev-booking-resources', array(&$this, 'on_show_booking_page_resources') );
B) Sorry, I do not understand this question.
You can configure the form fields at the Booking > Settings > Fields page. There you can configure any type of form fields (text fields or times fields (at the Booking Calendar Business Small and higher versions)).
Please read more about the booking form fields configuration here https://wpbookingcalendar.com/help/booking-form-fields/
C) Please open this file ../booking/lib/wpdev-booking-class.php
then find this code:
<?php } elseif ( ( ($version !== 'biz_l') && ( ! wpdev_bk_is_this_demo() ) ) ||
(($version === 'biz_l') && (class_exists('wpdev_bk_biz_l') === false) )
) { ?>
<?php $title = __('Upgrade', 'wpdev-booking');
and replace it to this code:
<?php } elseif ((0) && ( ( ($version !== 'biz_l') && ( ! wpdev_bk_is_this_demo() ) ) ||
(($version === 'biz_l') && (class_exists('wpdev_bk_biz_l') === false) )
)) { ?>
<?php $title = __('Upgrade', 'wpdev-booking');
D) You can add the logo (image)into the email templates at the Booking > Settings > Emails page only as HTML img tag, you can not add the logo as attachment.
According configuring the IMG tag, please read more here.
Hi there,
Our payment system is linked to Paypal through Booking Calendar. When someone makes a booking on our site it takes them to a page with a "Pay now" button that redirects to Paypal, showing the deposit amount in Euros. If that person does not go through with the payment it creates a pending booking on WP Booking Calendar. When I press the "send payment request to visitor" button, it sends them an email with a payment link. When they click on this link, it redirects to Paypal, but this time, instead of the deposit amount being in Euros, the amount is in US Dollars. Any idea how I can fix this?
Many Thanks
Mia
Hello.
In the Booking Calendar possible to set the currency of the payment at the Booking > Settings > Payment in your active PayPal section.
Booking Calendar does not allow to set the different currencies for the different situation as in your description.
But such situation, possible if the visitor select own predefined currency at the own paypal account (when he is logged in, or previously was used the paypal based on the cookies, etc...). The sum of payment in USD have to be recalculated to EUR, based on the PayPal exchange rate.
In other words, such ability is providing by the PayPal and not the Booking Calendar. Please check about it with support of PayPal.
Kind Regards.
Hi!
A while ago I purchased and installed the Business Small version of BookingCalender. Before installing this version I had the free version installed. When installing the Pro version, I followed the instructions.
My problrm now is that I cannot see any old bookings in the bookings list, BUT if I use the Booking Manager plugin I can see all old bookings. So I got in to the db to look for the old bookings and to see if there were some kind of flag that made only new bookings visible for the Pro version. The only thing I can se that could have inpact on this is the [hash]-field, but I guess it's hard to change that...
Could you please help to be able to see old bookings again!?
BR
Patrik
Hello.
In the Booking Calendar since update 4.1 (as far as I am remember) possible to show the old bookings by changing the dates parameter at the "Filter tab" at the Booking Listing admin page. You can check it in the live demos.
If you want to get the newer update, you can request it at this page: https://wpbookingcalendar.com/request-update/
Hello,
I'm using the free version and I want to include only the calendar in a existing form but I'm not able to select the days.
Any help?
Thank you in advance
Patrizia
Hello.
Probably you was inserted the availability calendar shortcode and not the booking form. Please reinsert the shortcode and insert the booking form instead of just availability calendar (because last one do not allow to select the dates).
Please check how to insert the booking shortcode here https://wpbookingcalendar.com/help/inserting-booking-form/
And you can check here how manually to configure the booking calendar shortcodes: https://wpbookingcalendar.com/help/booking-calendar-shortcodes/
Dear Support,
I was using the Free version of you your Booking Calendar and then noticed that the calendar had disappeared and only the shortcode was displayed on the page. I couldn't see the Plugin in the directory so tried to re-load it but got this error message.
I still cannot see any reference to the plug-in, in either the installed plug-in directory or in the plug-in editor.
Any advice please?
Furthermore I am looking to upgrade to a paid version of a booking calendar. I really like the clear easy to use client side calendar including showing pending bookings, I also like the auto emails and when clicking links in these to accept a booking my calendar being updated I would like to have this available in a Multiuser version so that each user on my site receives their own booking e mails and can edit bookings only on their own calendar. I do not require Paypal or some of the other features in the Booking Calendar Multiuser versions, is this still the best option for me or do you have a simpler and cheaper version that would meet my needs? I have looked at your Simple Booking Calendar (Pro) but prefer the automated updating of the calendar.
Many Thanks
Carol Dawson
Hello.
1) Probably your hosting (server) have the restriction on the size of download/upload files, and its can be issue. (You can check for sure the reason of that issue, by checking the error.log file at your server configuration).
Please try to download the Booking Calendar manually from the WordPress directory (https://wordpress.org/plugins/booking/) to your local computer.
Then extract the archived plugin folder containing all the files within.
Then upload this entire extracted folder to the ../wp-content/plugins/ folder on your server.
Now open the WordPress Plugins menu page and “Activate” that plugin. Wait for the message that plugin was activated successfully or to the "Welcome Booking Calendar screen".
Please check more about installation here: https://wpbookingcalendar.com/help/booking-calendar-installation/
2) Please note, the Booking Calendar MultiUser version is useful in case if you need that each of your registered WordPress users, have the own individual independent admin panels and can manage the availability and bookings of own booking resources (services or properties), can receive and see the bookings for the own booking resources and do not see the bookings from the other users. Also can manage some settings, like booking own forms, own emails templates, etc... Please read more here: https://wpbookingcalendar.com/faq/multiuser-version-init-config/
If you just need that your website visitors, who made the bookings can make the editing or cancellation of the own bookings then you can check the any paid version of Booking Calendar.
Please read firstly the general instruction about usage of paid versions of Booking Calendar: https://wpbookingcalendar.com/faq/general-usage-instruction/
You can test Booking Calendar live demos at this page https://wpbookingcalendar.com/demo/ to be sure in functionality and do not have misunderstanding.
Kind Regards.
Thank you for the prompt reply. Still fairly new to this so might take me a while to follow your instructions for the first problem but I shall try that.
2) I am looking for my registered users to have their own simple admin panel so it looks like it needs to be the Multiuser version even though this has a lot of functionality I do not require.
Thanks for your help
Hello.
1) You can check more info about that at the HELP section of this plugin website.
2) If you need to have the several independent admin booking panels, then you need to check the Booking Calendar MultiUser version.
Kind Regards.
Thank you I have now resolved the problem. I couldn't complete your instructions ( I am very new to this) but did get quite far and then hit problems with server which was less user friendly. However having found the Booking folder that I was trying to upload to I was able to delete the folder then upload plug-in with a single click.
I think that the the Multiuser Booking Calendar is probably the only one (on the market) that delivers the service that I am looking for but am still researching to be certain before I purchase. Many Thanks again. Great support.
What is the cost of the paid availability calendar?
Is there a chart that shows the services offered in the free one compared to the paid one?
Hello.
You can check the comparison list of functionality in different versions at the features page here: https://wpbookingcalendar.com/features/
Also you can check the cost of any versions of Bookkng Calendar by clicking on "Buy Now" menu at top right side at this page.
Thanks for the plugin.
I'm using the Easy WP SMTP plugin to send emails via a smtp server. The booking system doesn't seem to pickup the email address I've entered in the booking settings - but rather the email I have configured in the smtp plugin.
Any help here would be great.
Hello.
The Booking Calendar is using standard wordpess function for sending emails: wp_mail
This function can be overridden by other plugins. And it's seem that your mail plugin is overridden the mail settings.
Please recheck all settings at that mail plugin.
If you still will have the issue of is not sending email, please recheck the error.log file at your server configuration.
Kind regards.
I'm getting an error from pages with a booking calendar field on them. Can you tell me where the software specifies the load of bootstrap so I can change the link to a relative or https link?
[blocked] The page at 'https://www.autovaultmn.com/msp-airport-parking/' was loaded over HTTPS, but ran insecure content from 'https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css?ver=3.2.1': this content should also be loaded over HTTPS.
Hello.
This file:
<link rel='stylesheet' id='font-awesome-css' href='https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css?ver=3.2.1' type='text/css' media='all' />
is loading no by the Booking Calendar. Its load some other plugin or your theme.
Most probably that this file was loading by the plugin "cherry-plugin". Please check it (you can deactivate it to check if that code will stop loading) and then you can contact to the support of that plugin for fixing of that issue.
Kind Regards.
Awesome. Thanks.
Error at 'send' button '406 not acceptable'
Hi Support
Calendar: 5.1.6
WP: 3.9.2
If I want to send the form I am getting this error '406 not acceptable'. How can I fix this?
Thanks for your help!
Hello.
Its seems that this issue exist because of your specific configurations of the mod security at your website.
Please check more about it here https://www.inmotionhosting.com/support/website/error-numbers/406-error
Please contact with this info to the support of your hosting company to reconfigure the Mod_security rules about this issue.
Kind Regards.
Thank you so much, that solved the problem!!!
I have upgraded from free to personal calender, yet no matter how many times I deactivate and delete the free version and upload the upgraded version, install and activate the booking calender keeps showing the free version with only one ressource - tried now about 5 times and loosing patience
https://www.optilmor.dk/test/?preview=true&preview_id=1783&preview_nonce=6342ad9795
Hello.
Please check the instruction how correctly update from free to paid version here: https://wpbookingcalendar.com/help/upgrade-from-free-to-paid-version/
Also please check that you do not use any cache plugins (like wp super cache), if you are using one of them, please deactivate it or add the exeption to the page with booking form.
Please check the general instruction about usage of booking calendar here: https://wpbookingcalendar.com/faq/general-usage-instruction/
Kind regards.
Hi there,
I have been dealing with a difficult client who's appetite for the admin panel has been ridiculously high.
After I represented the booking calendar for his restaurant he outlined the following features to be provided.
It is very overwhelming, so I thought you might kindly help me to explain what & why the followings are possible.
I would much appreciate your help.
Many Thanks
I am running Business Medium for this Business which has three different restaurants with there different calendars.
The features they want ;
1) Set the calendars to the auto approve with separate maximum party numbers of each restaurant( say 8 - 10 & 12 )
when the users want to book over this numbers ask for approve.
2) Allow admin panel to search bookings based on customer's telephone number.
3) Disable to required email in the admin panel
4) Add booking Id to customer confirmation email as week as the admin email
5) Disable the booking times of 20.00 & 20.30 for Saturday & Sundays
There are some more but, I will try to answer them with my knowledge.
Hello.
1) You can activate the auto-approve feature at the General Booking Settings page at the "Auto approve/cancellation" section.
Please note if someone will make the booking for the specific date or timeslots (do not depend from the number of selected visitors), this date or timeslot become unavailable for the other visitors of your website.
In the Booking Calendar Business Large version, possible to make several reservations per specific FULL date(s) by visitors (not time slots). At this version is possible to set capacity of the booking resource, so date(s) in calendar will be available until number of reservations is less then capacity of the booking resource.But in this version is possible to make reservation only for FULL date, not a time slots (time slots in this version only record data in the DB, but do not play any logic in reservation). Please read more info about the booking resources and how to configure them here https://wpbookingcalendar.com/help/booking-resource/
Also its does not support feature according "asking to approve" if visitor want to book over specific number.
2) You can search the specific booking by phone number at the Booking Listing page by expanding the "Filter tab" and entering the "phone number" into the "Keyword" text field and apply that specific filter.
3) You can disable the sending of the emails at the Booking > Settings > Emails page, but ususally the email is required filed for making the booking. You can try to completely remove the email field from the booking form at the Booking > Settings > Fields page, but this situation can generate some issues and was not testing by us. Thats why we do not recommend to do that.
4) You can use the this shortcode [id] to inserting ID of booking in the email template at the Booking > Settings > Emails page. Please check the previous point #3 if you want to send the emails.
5) Please check the instruction how todo that here: https://wpbookingcalendar.com/help/different-time-slots-selections-for-different-days/
Thank you for your reply.
Hello there,
Isi to possible to set a conditional drop down or check button,in the form.
For example say when it is selected or checked the next label brings a required checked button etc.
Thank you
Hello.
Unfortunately the conditional elements in booking form, which will depend from the selections of the options in other selectboxes or checkboxes do not support in actual versions, yet.
You will be need to write own JavaScript for such functionality. Sorry.
Kind regards.
Hi there,
The form suddenly stopped sending emails.. Neither admin not the bookers receives emails ?
Any directions I can follow to fix it ?
Many Thanks
Hello.
Please check the troubleshooting instruction here https://wpbookingcalendar.com/support/
Kind regards.
Good Morning,
I am trying to apply different colours to each resource background that appears on the booking list section.
would this be possible ?
Many thanks in advance
Hello.
In the actual versions this feature is not supporting yet.
But you can try to make some CSS customization at the ../booking/CSS/admin.css file.
Thank you
Good Morning,
Thank you for the great support.
I am trying to arrange the following and in the end I gave up as I have been able to complete them.
I would much appreciate a solution for specifically b as this project is depending on the time slots control.
a) Translate Resources to Restaurant
b) A way to assign only T fields to subscriber so he/she can play around the time slots. This is really important for me to complete the project. My clients want to have the control of the hours on a daily basis but we try to keep the away from other settings.
c) I would like to take off the upgrade & payment buttons from the fields setting page
d) I could not add the logo of the business into the emails.
Many Thanks
Hello.
A) If you are using some other language then English in your wordpress website, then you can make this translation in the PO/MO languages files, otherwise you will booking need to edit it directly in the source code of the plugin.
1) For making that translation, please open the PO file of your actual language from the ../booking/languages/ folder, then find the term "Resources" and translate it as you need. Please be sure that this translation is not marked as "Fuzzy" (you can deactivate it at the menu). Then save your changes. You have to get updated PO and new MO files. You need to upload both these files to the e ../booking/languages/ folder.
Please read more about it here: https://wpbookingcalendar.com/faq/make-translation-of-wp-plugin/
2) If you need to make that fix of text directly in the code than please make this fix.
Please open this file ../booking/lib/wpdev-booking-class.php
then find this code:
$pagehook4 = add_submenu_page(WPDEV_BK_FILE . 'wpdev-booking',__('Resources', 'wpdev-booking'), __('Resources', 'wpdev-booking'), $users_roles[3], WPDEV_BK_FILE .'wpdev-booking-resources', array(&$this, 'on_show_booking_page_resources') );
and replace it to this code:
$pagehook4 = add_submenu_page(WPDEV_BK_FILE . 'wpdev-booking',__('Restaurant', 'wpdev-booking'), __('Restaurant', 'wpdev-booking'), $users_roles[3], WPDEV_BK_FILE .'wpdev-booking-resources', array(&$this, 'on_show_booking_page_resources') );
B) Sorry, I do not understand this question.
You can configure the form fields at the Booking > Settings > Fields page. There you can configure any type of form fields (text fields or times fields (at the Booking Calendar Business Small and higher versions)).
Please read more about the booking form fields configuration here https://wpbookingcalendar.com/help/booking-form-fields/
C) Please open this file ../booking/lib/wpdev-booking-class.php
then find this code:
<?php } elseif ( ( ($version !== 'biz_l') && ( ! wpdev_bk_is_this_demo() ) ) || (($version === 'biz_l') && (class_exists('wpdev_bk_biz_l') === false) ) ) { ?> <?php $title = __('Upgrade', 'wpdev-booking');
and replace it to this code:
<?php } elseif ((0) && ( ( ($version !== 'biz_l') && ( ! wpdev_bk_is_this_demo() ) ) || (($version === 'biz_l') && (class_exists('wpdev_bk_biz_l') === false) ) )) { ?> <?php $title = __('Upgrade', 'wpdev-booking');
D) You can add the logo (image)into the email templates at the Booking > Settings > Emails page only as HTML img tag, you can not add the logo as attachment.
According configuring the IMG tag, please read more here.
Hi there,
Our payment system is linked to Paypal through Booking Calendar. When someone makes a booking on our site it takes them to a page with a "Pay now" button that redirects to Paypal, showing the deposit amount in Euros. If that person does not go through with the payment it creates a pending booking on WP Booking Calendar. When I press the "send payment request to visitor" button, it sends them an email with a payment link. When they click on this link, it redirects to Paypal, but this time, instead of the deposit amount being in Euros, the amount is in US Dollars. Any idea how I can fix this?
Many Thanks
Mia
Hello.
In the Booking Calendar possible to set the currency of the payment at the Booking > Settings > Payment in your active PayPal section.
Booking Calendar does not allow to set the different currencies for the different situation as in your description.
But such situation, possible if the visitor select own predefined currency at the own paypal account (when he is logged in, or previously was used the paypal based on the cookies, etc...). The sum of payment in USD have to be recalculated to EUR, based on the PayPal exchange rate.
In other words, such ability is providing by the PayPal and not the Booking Calendar. Please check about it with support of PayPal.
Kind Regards.
Hi!
A while ago I purchased and installed the Business Small version of BookingCalender. Before installing this version I had the free version installed. When installing the Pro version, I followed the instructions.
My problrm now is that I cannot see any old bookings in the bookings list, BUT if I use the Booking Manager plugin I can see all old bookings. So I got in to the db to look for the old bookings and to see if there were some kind of flag that made only new bookings visible for the Pro version. The only thing I can se that could have inpact on this is the [hash]-field, but I guess it's hard to change that...
Could you please help to be able to see old bookings again!?
BR
Patrik
Hello.
In the Booking Calendar since update 4.1 (as far as I am remember) possible to show the old bookings by changing the dates parameter at the "Filter tab" at the Booking Listing admin page. You can check it in the live demos.
If you want to get the newer update, you can request it at this page: https://wpbookingcalendar.com/request-update/
Hello,
I'm using the free version and I want to include only the calendar in a existing form but I'm not able to select the days.
Any help?
Thank you in advance
Patrizia
Hello.
Probably you was inserted the availability calendar shortcode and not the booking form. Please reinsert the shortcode and insert the booking form instead of just availability calendar (because last one do not allow to select the dates).
Please check how to insert the booking shortcode here https://wpbookingcalendar.com/help/inserting-booking-form/
And you can check here how manually to configure the booking calendar shortcodes: https://wpbookingcalendar.com/help/booking-calendar-shortcodes/
Dear Support,
I was using the Free version of you your Booking Calendar and then noticed that the calendar had disappeared and only the shortcode was displayed on the page. I couldn't see the Plugin in the directory so tried to re-load it but got this error message.
Downloading install package from https://downloads.wordpress.org/plugin/booking.zip…
Unpacking the package…
Installing the plugin…
Destination folder already exists. D:/Hosting/11370506/html/wp-content/plugins/booking/
Plugin install failed.
I still cannot see any reference to the plug-in, in either the installed plug-in directory or in the plug-in editor.
Any advice please?
Furthermore I am looking to upgrade to a paid version of a booking calendar. I really like the clear easy to use client side calendar including showing pending bookings, I also like the auto emails and when clicking links in these to accept a booking my calendar being updated I would like to have this available in a Multiuser version so that each user on my site receives their own booking e mails and can edit bookings only on their own calendar. I do not require Paypal or some of the other features in the Booking Calendar Multiuser versions, is this still the best option for me or do you have a simpler and cheaper version that would meet my needs? I have looked at your Simple Booking Calendar (Pro) but prefer the automated updating of the calendar.
Many Thanks
Carol Dawson
Hello.
1) Probably your hosting (server) have the restriction on the size of download/upload files, and its can be issue. (You can check for sure the reason of that issue, by checking the error.log file at your server configuration).
Please try to download the Booking Calendar manually from the WordPress directory (https://wordpress.org/plugins/booking/) to your local computer.
Then extract the archived plugin folder containing all the files within.
Then upload this entire extracted folder to the ../wp-content/plugins/ folder on your server.
Now open the WordPress Plugins menu page and “Activate” that plugin. Wait for the message that plugin was activated successfully or to the "Welcome Booking Calendar screen".
Please check more about installation here: https://wpbookingcalendar.com/help/booking-calendar-installation/
2) Please note, the Booking Calendar MultiUser version is useful in case if you need that each of your registered WordPress users, have the own individual independent admin panels and can manage the availability and bookings of own booking resources (services or properties), can receive and see the bookings for the own booking resources and do not see the bookings from the other users. Also can manage some settings, like booking own forms, own emails templates, etc... Please read more here: https://wpbookingcalendar.com/faq/multiuser-version-init-config/
If you just need that your website visitors, who made the bookings can make the editing or cancellation of the own bookings then you can check the any paid version of Booking Calendar.
Please read firstly the general instruction about usage of paid versions of Booking Calendar: https://wpbookingcalendar.com/faq/general-usage-instruction/
You can test Booking Calendar live demos at this page https://wpbookingcalendar.com/demo/ to be sure in functionality and do not have misunderstanding.
Kind Regards.
Thank you for the prompt reply. Still fairly new to this so might take me a while to follow your instructions for the first problem but I shall try that.
2) I am looking for my registered users to have their own simple admin panel so it looks like it needs to be the Multiuser version even though this has a lot of functionality I do not require.
Thanks for your help
Hello.
1) You can check more info about that at the HELP section of this plugin website.
2) If you need to have the several independent admin booking panels, then you need to check the Booking Calendar MultiUser version.
Kind Regards.
Thank you I have now resolved the problem. I couldn't complete your instructions ( I am very new to this) but did get quite far and then hit problems with server which was less user friendly. However having found the Booking folder that I was trying to upload to I was able to delete the folder then upload plug-in with a single click.
I think that the the Multiuser Booking Calendar is probably the only one (on the market) that delivers the service that I am looking for but am still researching to be certain before I purchase. Many Thanks again. Great support.
What is the cost of the paid availability calendar?
Is there a chart that shows the services offered in the free one compared to the paid one?
Hello.
You can check the comparison list of functionality in different versions at the features page here: https://wpbookingcalendar.com/features/
Also you can check the cost of any versions of Bookkng Calendar by clicking on "Buy Now" menu at top right side at this page.
Thanks for the plugin.
I'm using the Easy WP SMTP plugin to send emails via a smtp server. The booking system doesn't seem to pickup the email address I've entered in the booking settings - but rather the email I have configured in the smtp plugin.
Any help here would be great.
Hello.
The Booking Calendar is using standard wordpess function for sending emails: wp_mail
This function can be overridden by other plugins. And it's seem that your mail plugin is overridden the mail settings.
Please recheck all settings at that mail plugin.
If you still will have the issue of is not sending email, please recheck the error.log file at your server configuration.
Kind regards.