wpdevelop
Forum Replies Created
-
Forum: Plugins
In reply to: [Booking Calendar] Mark as booked immediatelyHello.
This feature available in the Booking Calendar Business Small or higher versions. Please read the Booking Calendar version overview here: https://wpbookingcalendar.com/overview/
You can activate this option at the Booking > Settings General page in “Auto cancellation / auto approval of bookings” section in those versions.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] hostel-type roomHello.
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/
Please check solution to your issue here https://wpbookingcalendar.com/support/comment-page-117/#comment-28449
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Error PHPHello.
Please update your version of Booking Calendar to the latest update 9.7.6
I have just release this new update with fix.
Kind Regards.
Forum: Reviews
In reply to: [Booking Calendar] All good but…Hello.
Thank you, for your review.Please note, this email address you can see, while you logged in. Of course the different logged in WordPress users will see own email address from WordPress profile (and not your email address).
So it is the feature for more fast filling the booking form.
You can deactivate this option. Please open the Booking > Settings General page in “Form” section and deactivate this option “Auto-fill fields”. Save changes. Test it.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Moving data to new siteHello.
Currently there is no specific tool for this, but you can check this instruction about how to make it manually: https://wpbookingcalendar.com/support/comment-page-113/#comment-28349
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Slack notifications for the clinetsHello.
Unfortunately plugin does not support slack notifications.
Booking Calendar support email confirmations, which you can configure at the Booking > Settings > Emails page.Please check more useful info at the FAQ here https://wpbookingcalendar.com/faq/
Please read about the main features and small description about the configurations here: https://wpbookingcalendar.com/overview/
Kind Regards.Forum: Plugins
In reply to: [Booking Calendar] Disable deleteHello.
By default it’s does not possible from the settings of the plugin to configure it, yet. But you can make this fix.Please open this file ../{Booking Calendar Folder}/includes/page-bookings/bookings__actions.php
( you can check how to edit files in WordPress menu in this article https://wpbookingcalendar.com/faq/how-edit-file-in-wp-menu/ )
Then find this code:
case 'delete_booking_completely':
break;and replace it to this code:
case 'delete_booking_completely':
$user = get_userdata( $user_id );
$user_roles = ( empty( $user ) ? array() : $user->roles );
if ( ! in_array( 'administrator', (array) $user_roles ) ) {
/* WordPress standard roles: 'administrator'|'editor'|'author'|'contributor'|'subscriber' */
return false;
}
break;Disclaimer. Check more about, what support we are providing here https://wpbookingcalendar.com/faq/what-support-do-you-provide/
Thank you for understanding.Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Disable deleteHello.
Is it okay if this button is only visible to users with the ‘Administrator’ role and not shown to users with other roles on your website?
Kind regards.
Forum: Plugins
In reply to: [Booking Calendar] Disable deleteHello.
Do you need to disable the delete button at the Booking Listing page in admin panel ? Or what exactly button do you mean? Can you send the screenshot ? Thank you.Please note, if you simply need to deactivate the sending emails to customer after deletion of the booking or approving, etc.. then you can disable option “Email sending” at the top right side under filter toolbar at the Booking Listing page.
Kind regards.
Forum: Plugins
In reply to: [Booking Calendar] Input select with text: Yes / No – problemHello.
Its possible in the Booking Calendar Business Medium or higher versions.
If you need to set some additional cost for the booking, depending from selected options in the select-boxes or checkboxes in your booking form, so then it’s possible in the Booking Calendar Business Medium or higher versions. Check more about this feature here: https://wpbookingcalendar.com/overview/#additional-cost Watch it in this video guide https://wpbookingcalendar.com/help/advanced-costs-video-overview/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/
Kind regards.
Forum: Plugins
In reply to: [Booking Calendar] How to change settings language?Hello.
Please be sure that you have selected correct Finnish locale at the WordPress > Settings General page.
Then you can make update of local translation of plugin, relative to this instruction: https://wpbookingcalendar.com/faq/make-translation-of-wp-plugin/
Please check more about translations here https://wpbookingcalendar.com/faq/#translation
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Completion after customer loginHello.
- It’s at the Booking > Settings General page. You need to be logged in as super booking admin user.
- Relative: “invoicing generation” I will add 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. Sorry.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Completion after customer loginHello.
- Please open the Booking > Settings General page in “Form” section and activate this option “Auto-fill fields“.
If your user is a registered WordPress user, and this user has been logged in to your WordPress, then fields like: First Name, Second Name and Email can be auto filled. This data is obtained from the User Profile. - 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.
Forum: Plugins
In reply to: [Booking Calendar] Date not translated?I think no.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Date not translated?Hello.
Please activate that option and make tests. That issue with 1 hour difference exist not in all servers. You just need to retest it at your server.
P.S. 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.